Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make an easy tool to fake an event, for debugging/testing clients #243

Open
1 of 3 tasks
hmpf opened this issue Jun 3, 2024 · 1 comment
Open
1 of 3 tasks

Make an easy tool to fake an event, for debugging/testing clients #243

hmpf opened this issue Jun 3, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@hmpf
Copy link
Contributor

hmpf commented Jun 3, 2024

The tool needs to be able to

  1. create a new event (see if it turns up in the correct location)
  2. close an existing event (admstate closed)
  3. remove an existing (closed) event on the server (to see if it disappears in clients)

Changing admstate can be tested via existing clients so we do not need support for that.

Workaround: in-depth docs for how to do this via telnet though point 3 is probably not possible via telnet.

We decided to make this into a new API command and I think it is actually best to split it into three parts:

@hmpf hmpf added the enhancement New feature or request label Jun 3, 2024
@hmpf hmpf changed the title Have an easy tool to fake an event, for debugging/testing clients Make an easy tool to fake an event, for debugging/testing clients Jun 3, 2024
@johannaengland johannaengland self-assigned this Jun 24, 2024
@runborg
Copy link

runborg commented Jun 26, 2024

as for point 2) the SETSTATE api command are able to set the state of an event, if you choose the state CLOSED it will be closed, if this command is usable use that instead reimplement it in #272

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants