todo
This commit is contained in:
parent
b2d66ce41e
commit
8c48fc64f5
1 changed files with 31 additions and 0 deletions
31
doc/todo.md
Normal file
31
doc/todo.md
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
# TODO
|
||||||
|
|
||||||
|
## webgame server
|
||||||
|
|
||||||
|
- axum
|
||||||
|
- postgresql
|
||||||
|
|
||||||
|
Should be able to serve many games concurrently
|
||||||
|
|
||||||
|
## web client
|
||||||
|
|
||||||
|
Dioxus or Leptos ?
|
||||||
|
|
||||||
|
## User stories
|
||||||
|
|
||||||
|
As a user I want to be able to
|
||||||
|
|
||||||
|
- create an account.
|
||||||
|
- connect to the application with my account
|
||||||
|
- play (anonymously if not connected)
|
||||||
|
- enter a game code to participate an existing game
|
||||||
|
- start a new game
|
||||||
|
- choose to invite a friend to the game by giving him the game code
|
||||||
|
- ask a bot to play
|
||||||
|
|
||||||
|
As an administrator I want to be able to
|
||||||
|
|
||||||
|
- see the registered users
|
||||||
|
- see the list of games currently active
|
||||||
|
- see the past games
|
||||||
|
- see the server statistics
|
||||||
Loading…
Add table
Add a link
Reference in a new issue