Add an error management in db module

This commit is contained in:
Greg Burri 2020-06-24 23:52:41 +02:00
parent e2e54b8f43
commit a080d19cb9
6 changed files with 387 additions and 280 deletions

View file

@ -3,6 +3,6 @@
* Implement the model as relational with SQLite.
* Create and update functions.
* Define the UI (mockups).
* Use Bulma to implement the UI in HTML5+CSS3.
* Two CSS: one for desktop and one for mobile
* Define the logic behind each page and action.
* Try using WASM for all the client logic