Sign out
This commit is contained in:
parent
45d4867cb3
commit
b6235fb76c
12 changed files with 578 additions and 336 deletions
14
TODO.md
14
TODO.md
|
|
@ -1,9 +1,13 @@
|
|||
* (WIP) Enable Logging to file.
|
||||
* Asynchonous email sending and database requests
|
||||
* Try using WASM for all the client logic (test on signup page)
|
||||
* Describe the use cases.
|
||||
* Define the recipes model (SYSML).
|
||||
* Implement the model as relational with SQLite.
|
||||
* Create and update functions.
|
||||
* Define the UI (mockups).
|
||||
* Two CSS: one for desktop and one for mobile
|
||||
* Define the logic behind each page and action.
|
||||
* Try using WASM for all the client logic
|
||||
|
||||
[ok] Sign out
|
||||
[ok] Read all the askama doc and see if the current approach is good
|
||||
[ok] Handle 404
|
||||
[ok] Enable Logging to file.
|
||||
[ok] Implement the model as relational with SQLite.
|
||||
[ok] Create and update functions.
|
||||
Loading…
Add table
Add a link
Reference in a new issue