diff options
author | xengineering <me@xengineering.eu> | 2024-02-06 19:58:49 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-02-11 20:03:15 +0100 |
commit | 30303b34012f22cbe898dcebfd460709b206181d (patch) | |
tree | 6ecdf0e65dc30b8012fed971e8cce2b349eec700 /model/recipe.go | |
parent | 1978c5257e2cf4720716b59c3d69dc21cf457c18 (diff) | |
download | ceres-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