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

Notifications inbox #224

Open
haradan opened this issue Sep 29, 2023 · 0 comments
Open

Notifications inbox #224

haradan opened this issue Sep 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@haradan
Copy link
Contributor

haradan commented 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.

@haradan haradan changed the title Notifications of changes Notifications inbox Sep 29, 2023
@haradan haradan added the enhancement New feature or request label Sep 29, 2023
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

1 participant