Initial model + some various changes

This commit is contained in:
Greg Burri 2022-11-18 00:24:29 +01:00
parent a080d19cb9
commit 108476e355
17 changed files with 1070 additions and 1286 deletions

View file

@ -1,5 +1,6 @@
* (WIP) Enable Logging to file.
* Define the recipes model (UML).
* Describe the use cases.
* Define the recipes model (SYSML).
* Implement the model as relational with SQLite.
* Create and update functions.
* Define the UI (mockups).