You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a way for an organiser to see when a player makes a change, or for a player to see when the organiser makes a change.
We could add an area for viewing notifications, which would work like an inbox for messages which could contain information about changes that the user might like to know about. We could use push notifications when a new message is available, or server side events to display a clear icon showing new messages are available to view.
When a player changes their deck, we could tell the organiser which player changed their deck and what the changes were. This could happen just when registration is closed, or when a round has started.
When a player changes their streaming preference, we could tell the organiser to make sure any streamers know that it's changed.
When the organiser changes a player's deck, we could tell the player that that happened and what the changes were.
This could become impractical if a player makes many changes to their decks. We should work pretty hard to avoid generating too many messages. It might be better to have a log of deck changes in one place, and a notification when there are unviewed changes.
The text was updated successfully, but these errors were encountered:
haradan
changed the title
Notifications of changes
Notifications inbox
Sep 29, 2023
It would be nice to have a way for an organiser to see when a player makes a change, or for a player to see when the organiser makes a change.
We could add an area for viewing notifications, which would work like an inbox for messages which could contain information about changes that the user might like to know about. We could use push notifications when a new message is available, or server side events to display a clear icon showing new messages are available to view.
When a player changes their deck, we could tell the organiser which player changed their deck and what the changes were. This could happen just when registration is closed, or when a round has started.
When a player changes their streaming preference, we could tell the organiser to make sure any streamers know that it's changed.
When the organiser changes a player's deck, we could tell the player that that happened and what the changes were.
This could become impractical if a player makes many changes to their decks. We should work pretty hard to avoid generating too many messages. It might be better to have a log of deck changes in one place, and a notification when there are unviewed changes.
The text was updated successfully, but these errors were encountered: