- remove addEventListener in ./main.js (the one to test notifications)
- Started log in
- Added function on "login" button for open login div
- In login div, send request when we press button
- add variable for know if websocket is connected and used it for don t send something if not connected
Notification system (client)
- created new class notification who can use with exported variable "createNotification"
- available methods : info, success, warning, error
- add "todo" in main file
Site
- add new stylesheet "notification.css"
- Fixed forgetting to import "showActualGameMessage"
- Changed filename "launchPrivateChat" to "showPrivateChat.js"
- Fixed bug on buttons "private" and "game"
Global
- Reorganize folders
- Connect with token : good
- Connect with mail/pass : good but wait for front
- Open private msg : good but it cant send message
- fixed some bug on printDebug on class User on wsServer
- nginx
- proxy_pass on port 5000
- static available at url "xxxx/static/<file>
- djangoserver
- just a program with infinite while for test docker-compose
Nginx and Djangoserv containers linked with the folder at "/var/wwww/djangoserver"