bvfnbk / planning-poker

WebRTC-based stateless Planning Poker Game.
Apache License 2.0
0 stars 0 forks source link

Create API Application Module #13

Closed bvfnbk closed 2 weeks ago

bvfnbk commented 1 month ago

Related to: #12


Service calls and data queries etc. are not supposed to be implemented by the signaling service. The latter one is only used to notify player of other user activities (joining and leaving the game).



Edited: Removed game-specific feature requests in order to start with more infrastructure-specific features (it should work in the environment and not necessarily in the domain).

bvfnbk commented 1 month ago

This is basically the interface to the "brain" (cf. #23 ) for the signaling service.