evrardjp / stunning-happiness

A kubernetes deployed platform for online board games (team project)
2 stars 0 forks source link

Write a webpage with button to join a "party" (game instance) #3

Closed evrardjp closed 4 years ago

evrardjp commented 4 years ago

This would first list the current active parties by doing a get on the "party" webservice, displaying the results in a table with the following data: "Owner of the game | Number of participants | (Join game column)"

Then, the user can "click" on "join this game" (which would send an API request to modify the party in the API server by adding the user into the participants list).

From then, the user should be redirected to the canvas page.

evrardjp commented 4 years ago

This needs #2

evrardjp commented 4 years ago

Done.