📝」 doc(README): updated TODO list

Updated module completion status and removed completed tasks.
This commit is contained in:
Adam
2025-10-16 15:26:54 +02:00
committed by GitHub
parent 169386a97c
commit cd03f63d01

View File

@ -18,27 +18,27 @@ Press F to pay respect
```
## Modules done
6 major + 2 minor = 7 full modules
8 major + 4 minor = 10 full modules
- **Web**
- [x] Use a framework to build the backend.(node with Fastify) - Major
- [ ] Use a framework or toolkit to build the front-end.(Tailwind CSS) - Minor
- [x] Use a framework or toolkit to build the front-end.(Tailwind CSS) - Minor
- [x] Use a database for the backend -and more.(SQLite) - Minor
- [x] Store the score of a tournament in the Blockchain.(Soldity on Avalanche) - Major
- **User Management**
- [ ] Standard user management, authentication and users across tournaments. - Major
- [x] Standard user management, authentication and users across tournaments. - Major
- [x] Implement remote authentication. - Major
- **Gameplay and user experience**
- [ ] Remote players - Major
- [ ] Multiplayer - Major
- [ ] Add another game - Major
- [ ] Game customization options - Minor
- [ ] Live chat - Major
- [ ] ~~Remote players - Major~~
- [ ] ~~Multiplayer - Major~~
- [x] Add another game - Major
- [ ] ~~Game customization options - Minor~~
- [ ] ~~Live chat - Major~~
- **AI-Algo**
- [ ] AI opponent - Major
- [ ] ~~AI opponent - Major~~
- [ ] User and game stats dashboards - Minor
- **Cybersecurity**
- [ ] WAF/ModSecurity and Hashicorp Vault - Major
- [ ] ~~WAF/ModSecurity and Hashicorp Vault - Major~~
- [ ] RGPD compliance - Minor
- [x] 2FA and JWT - Major
- **DevOps**
@ -46,16 +46,16 @@ Press F to pay respect
- [x] Monitoring system - Minor
- [x] Designing the backend in micro-architecture - Major
- **Graphics**
- [ ] Use of advanced 3D techniques - Major
- [ ] ~~Use of advanced 3D techniques - Major~~
- **Accessibility**
- [ ] Support on all devices - Minor
- [ ] Expanding Browser compatibility - Minor
- [ ] Multiple language support - Minor
- [ ] Add accessibility for visually impaired users - Minor
- [ ] Server-Side Rendering (SSR) integration - Minor
- [ ] ~~Support on all devices - Minor~~
- [x] Expanding Browser compatibility - Minor
- [ ] ~~Multiple language support - Minor~~
- [ ] ~~Add accessibility for visually impaired users - Minor~~
- [ ] ~~Server-Side Rendering (SSR) integration - Minor~~9
- **Server-Side Pong**
- [ ] Replace basic pong with server-side pong and implementing an API - Major
- [ ] Enabling pong gameplay via CLI against web users with API integration - Major
- [ ] ~~Replace basic pong with server-side pong and implementing an API - Major~~
- [ ] ~~Enabling pong gameplay via CLI against web users with API integration - Major~~
## License