niehusst / net-go

The game Go over the internet.
GNU General Public License v3.0
0 stars 0 forks source link

add a way to join a game #13

Open niehusst opened 1 year ago

niehusst commented 1 year ago

game join screen should be a list of game invitations showing game details and accept/reject buttons for each (accept navs to that game. reject removes row from UI and db (no plans for notifying requestor atm))

niehusst commented 1 year ago

should game invitations be a separate table? Or should it be a part of Game table?