-
Notifications
You must be signed in to change notification settings - Fork 0
Game Edit Page Architecture
Mana Azarm edited this page Jun 14, 2021
·
5 revisions
- note right of Client: client has composed a\nnew game and hits submit
- Client-> API: Post: ~\addNewGame
- API->Server: request to instantiate a Game\nobject based on client request
- Server->DB: store the new game in Games table
- DB->Server: Success/Failure message
- Server->API: Success/Failure message
- API->Client: Success/Failure message