Add an error management in db module
[recipes.git] / TODO.md
1 * (WIP) Enable Logging to file.
2 * Define the recipes model (UML).
3 * Implement the model as relational with SQLite.
4     * Create and update functions.
5 * Define the UI (mockups).
6     * Two CSS: one for desktop and one for mobile
7 * Define the logic behind each page and action.
8 * Try using WASM for all the client logic