MikaelElkiaer/planning-poker

Generalize change events

Closed this issue · 2 comments

E.g. change of state and config.
Similar is players joining/leaving.

Build interfaces on top of ordinary request, extended with gameId.
Extend socketService with gameSocketService, which sets game based on gameId of request.

Part of #52 .