X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=TODO.md;h=26176a59480c32e351db786cfef226fc60e7cf30;hp=af94b719a9244ec44e537a53737183cb8d9fb959;hb=HEAD;hpb=642dd8a80ce2e1212b8e30c1edabb32bdb416cfc diff --git a/TODO.md b/TODO.md index af94b71..efaaf3a 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,13 @@ -* Change all id to i64 -* Try using WASM for all the client logic (test on signup page) +* Try using WASM for all the client logic (test on editing/creating a recipe) + * Understand the example here: + * https://github.com/rustwasm/wasm-bindgen/tree/main/examples/todomvc -> https://rustwasm.github.io/wasm-bindgen/exbuild/todomvc/#/ * Describe the use cases. * Define the UI (mockups). * Two CSS: one for desktop and one for mobile * Define the logic behind each page and action. * Add support to language into db model. +[ok] Change all id to i64 [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)