Support space/message field #33
Labels
No labels
cat:refactoring
cat:security
cat:tooling
is:breakingChange
is:bug
is:feature
is:idea
is:postponed
res:wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: CCCHH/spaceapid#33
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To allow for a additional information on the actual room status, we should support the message field
SpaceAPI Schema: state/message
Specification
The field should be possible to be set with a separate endpoint after a state has been set.
PUT /state/message --data "<message>"
DELETE /state/message
As per default behavior, the message should be removed when the state changes.
Optional features:
It could be nice to have certain messages persist across states, during a time period.
Then it would either be reset on the next state change, or automatically.
Agreed, is useful. Will try to do that after the current refactoring.