Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-12 | model: Fix direct access to database | xengineering | |
Instead a database transaction has to be used. Each database interaction should be wrapped into a transaction to make sure any possible change (even side-effects) can be rolled back in case of errors. | |||
2024-03-03 | view: Add 'Read' suffix to function names | xengineering | |
This reflects that these HTTP handler functions implement one of the four CRUD methods create, read update and delete. | |||
2024-02-13 | view: Implement GET handler for model.Recipes | xengineering | |