Real-time information display
LuchsHub opened this issue · comments
The following list contains all use cases, where information is supposed to be displayed in real-time (web sockets):
- Event Manager gets notified, when a customer buys tickets for an event.
- Event Manager lists all purchase activities. New ticket purchases are shown in real-time.
- Event Manager lists all events. Sold tickets are displayed in real-time. New events (with him assigned as manager) are shown in real-time. Deleted events are removed in real-time.
- Customer lists all events. Sold tickets are displayed in real-time. New events are shown in real-time. Deleted events are removed in real-time.
These come from the requirements document, if I missed any please let me know. The first one poses the biggest challenge, because the manager should be notified no matter the page he's on. The other three should be simpler.
I'm gonna try to propose a backend approach later today. If it works, it should give our frontend devs a good basis to work with.
How much is still to be done here?
The 4th task is done for sure. @arneallwardt Feel free to mark the implemented use cases.