bvfnbk / planning-poker

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

Create a "Brain" #23

Open bvfnbk opened 3 weeks ago

bvfnbk commented 3 weeks ago

The backend needs to keep track of

The "brain" does not need to survive restarts and may therefore be kept in-memory.

bvfnbk commented 3 weeks ago

The API service could keep its data in-memory. There actually is no need to create a dedicated brain.

bvfnbk commented 3 weeks ago

The API service could keep its data in-memory. There actually is no need to create a dedicated brain.

Create a shared "Brain" - because I it is possible.

bvfnbk commented 3 weeks ago

Moving the implementation of the unreasonable ideas to the release after the next: First create a working game, then introduce more complexity.