Initial model + some various changes
[recipes.git] / TODO.md
1 * (WIP) Enable Logging to file.
2 * Describe the use cases.
3 * Define the recipes model (SYSML).
4 * Implement the model as relational with SQLite.
5     * Create and update functions.
6 * Define the UI (mockups).
7     * Two CSS: one for desktop and one for mobile
8 * Define the logic behind each page and action.
9 * Try using WASM for all the client logic