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,9 +1,30 @@
== Autoreload
# Use cases
https://actix.rs/docs/autoreload/
## Create a recipe
(A group is automatically created)
## Create a groupe
== Documentation
## Move a group
## Delete a group
## Create a step
## Move a step
## Delete a step
# Technical
## Useful URLs
* Rust patterns : https://github.com/rust-unofficial/patterns/tree/master/patterns
* Rusqlite (SQLite) : https://docs.rs/rusqlite/0.20.0/rusqlite/
## How to develop
Autoreload: https://actix.rs/docs/autoreload/