summaryrefslogtreecommitdiff
path: root/view/recipe.go
AgeCommit message (Expand)Author
2024-05-09Remove default recipe namexengineering
2024-05-08Introduce model.Transaction()xengineering
2024-04-07model: Add helper function for safe CRUDxengineering
2024-04-06model: Always pass *sql.Tx to CRUD methodsxengineering
2024-03-03view: Provide recipe deletionxengineering
2024-03-03view: Add 'Read' suffix to function namesxengineering
2024-03-03view: Replace edit by view parameterxengineering
2024-03-03model: Use only string types for modelsxengineering
2024-02-15view: Add edit view for model.Recipe typexengineering
2024-02-13view: Implement GET handler for model.Recipexengineering