From 7ebb14e4317988530bd85035f735ce0680edb10e Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Mon, 13 Sep 2021 12:48:06 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 361584d..12b1d43 100644 --- a/README.md +++ b/README.md @@ -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