X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=TODO.md;h=21202057722b4463cf4f7b4dc577b9834cfcc8a0;hb=b6235fb76ce82f96503cda83eebe8106320b2a0d;hp=bffe4529caa9728db6901ab66fdc53c114f46c41;hpb=212222751363c15b2155555ac700ff50b69ac578;p=recipes.git diff --git a/TODO.md b/TODO.md index bffe452..2120205 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,13 @@ -* Enable Logging. -* Define the recipes model (UML). -* Implement the model as relational with SQLite. - * Create and update functions. +* Asynchonous email sending and database requests +* Try using WASM for all the client logic (test on signup page) +* Describe the use cases. * Define the UI (mockups). - * Use Bulma to implement the UI in HTML5+CSS3. -* Define the logic behind each page and action. \ No newline at end of file + * Two CSS: one for desktop and one for mobile +* Define the logic behind each page and action. + +[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