summaryrefslogtreecommitdiff
path: root/model/recipe.go
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-02-06 19:58:49 +0100
committerxengineering <me@xengineering.eu>2024-02-11 20:03:15 +0100
commit30303b34012f22cbe898dcebfd460709b206181d (patch)
tree6ecdf0e65dc30b8012fed971e8cce2b349eec700 /model/recipe.go
parent1978c5257e2cf4720716b59c3d69dc21cf457c18 (diff)
downloadceres-30303b34012f22cbe898dcebfd460709b206181d.tar
ceres-30303b34012f22cbe898dcebfd460709b206181d.tar.zst
ceres-30303b34012f22cbe898dcebfd460709b206181d.zip
model: Switch to very basic database schema
This simple model is used to test if it is helpful to implement the four CRUD methods create, read, update and delete all inside the model package. The model package should also provide the datastructures for these operations (well suited for the required views) aswell as tests for them. With this approach it should be possible to easily implement the view and controller package because most of the logic is already inside the model package and is tested.
Diffstat (limited to 'model/recipe.go')
0 files changed, 0 insertions, 0 deletions