X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=TODO.md;fp=TODO.md;h=21202057722b4463cf4f7b4dc577b9834cfcc8a0;hp=bb596f49cb0f61376308d5bf3f52a6276efc462b;hb=b6235fb76ce82f96503cda83eebe8106320b2a0d;hpb=45d4867cb37ce8d7007c4d98de70d81d0b705b92 diff --git a/TODO.md b/TODO.md index bb596f4..2120205 100644 --- a/TODO.md +++ b/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 \ No newline at end of file + +[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. \ No newline at end of file