X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=TODO.md;h=0bb5b2875f480570ebd31d353ff458c2f934eebe;hb=d28e765e39e70ad2ab9a42885c786d5d8ba9ba40;hp=bffe4529caa9728db6901ab66fdc53c114f46c41;hpb=212222751363c15b2155555ac700ff50b69ac578;p=recipes.git diff --git a/TODO.md b/TODO.md index bffe452..0bb5b28 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,18 @@ -* Enable Logging. -* Define the recipes model (UML). -* Implement the model as relational with SQLite. - * Create and update functions. +* 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] Check cookie lifetime -> Session by default +[ok] Asynchonous email sending and database requests + [ok] Try to return Result for async routes (and watch what is printed in log) + [ok] Then try to make async database calls + [ok] Set email sending as async and show a waiter when sending email. Handle (and test) a timeout (~10s). -> (timeout put to 60s) +[ok] How to log error to journalctl? +[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