Add repositories
- Make model classes imutable - Move model classes to common module - Add repositories for backend and frontend - Backend repositories communicates with sqlite - Frontend repositories commuincates with rest api - Add rest api - Authentication via cookies - Add coroutines to forntend - Add change listener to repositories - Transmit change events to frontend repositories via websocket - Switch to server side sessions - Move setup from ui to cli
This commit is contained in:
parent
4e5dc610a3
commit
b7d6476a70
66 changed files with 2854 additions and 2336 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
.idea/
|
||||
build/
|
||||
web/
|
||||
.sessions/
|
||||
|
||||
*.swp
|
||||
*.swo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue