added tasks in readme

This commit is contained in:
hugogogo
2022-10-04 17:20:15 +02:00
parent 93981f89a3
commit 295e61033a

View File

@@ -1,5 +1,5 @@
## group organisation :
## questions :
- choose a secondary browser
- choose solution to rootless mode (VM, rebuild, unique root uid)
@@ -10,26 +10,42 @@
---
## tasks :
#### luke
- getting started with Javascript
- getting started with Node.js/Nest.js
- pong game solo front-end (canvas ? js ?)
- add multiplayers to Pong with Node.js (without database, accounts, ...)
#### eric
- getting started with Javascript
- getting started with framework TypeScript front-end (Svelte ?)
- single-page démo, sans back-end
- chat front-end ? (tester avec des messages random locaux)
#### hugo
- getting started with Javascript
- getting started with Node.js/Nest.js
- getting started with PostgreSQL
---
## instructions :
#### global instructions :
- [ ] backend in NestJs
- [ ] frontend any TypeScript framework
- [ ] latest stable version of any library or framework used
- [ ] use only PostgreSQL db
- [ ] single page application
- [ ] navigator back and forward button working
- [ ] works on last Chrome and another browser
- [ ] launch with "docker-compose up --build", put in sgoinfre, in rootless mode
- [ ] can't use bind-mount volumes :
1. docker in VM ?
2. rebuild after changes ?