pheyvaer / solid-chess

A decentralized chess app build on top of Solid.
https://pheyvaer.github.io/solid-chess/
MIT License
51 stars 12 forks source link

Send acceptance of invitation #33

Closed pheyvaer closed 5 years ago

pheyvaer commented 5 years ago

At the moment a player that joins a game only stores some game data on his POD and waits for updates, but never actually lets the other player know that he accepted the invitation. Therefore, we need to send a notification with the acceptance to the inbox of the other player. This is related to #32, because we also need to model how you accept/refuse requests.