Read the http header from the proxy to get the client IP
[recipes.git] / TODO.md
diff --git a/TODO.md b/TODO.md
index bffe452..8e6de0a 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -1,7 +1,14 @@
-* 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] 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