Update README

This commit is contained in:
Miguel de la Cruz 2021-09-13 12:48:06 +02:00
parent 9b6f7cbdcc
commit 7ebb14e431

View file

@ -23,7 +23,11 @@ Default configuration can be found in the
- [X] Think of a better name
- [ ] Add email config and communications
- [ ] Add webpush notifications
- [ ] Decide on a visual framework to work with (maybe react-material?)
- [X] Decide on a visual framework to work with (maybe react-material?)
- [ ] Add webapp linter
- [ ] Add token and login endpoint and token reading wrapper
- [X] Add token and login endpoint
- [ ] Add token reading wrapper at the API level
- [ ] Add games management endpoints and webapp screens
- [ ] Add chat messages in game
- [ ] Add websocket messages for new chat post
- [ ] Add webpush notification for new chat post