Sign out
[recipes.git] / TODO.md
1 * Asynchonous email sending and database requests
2 * Try using WASM for all the client logic (test on signup page)
3 * Describe the use cases.
4 * Define the UI (mockups).
5     * Two CSS: one for desktop and one for mobile
6 * Define the logic behind each page and action.
7
8 [ok] Sign out
9 [ok] Read all the askama doc and see if the current approach is good
10 [ok] Handle 404
11 [ok] Enable Logging to file.
12 [ok] Implement the model as relational with SQLite.
13     [ok] Create and update functions.