summaryrefslogtreecommitdiff
path: root/model/recipe.go
AgeCommit message (Expand)Author
2024-05-15model: Make Recipe.Validate() more strictxengineering
2024-05-12view: Add ingredient overview to recipe read pagexengineering
2024-05-12view: Show ingredients on read pagexengineering
2024-05-12model: Add per-step ingredientsxengineering
2024-05-09model: Enforce recipe titlesxengineering
2024-04-06model: CRUD methods only for targeted objectsxengineering
2024-04-06model: Always pass *sql.Tx to CRUD methodsxengineering
2024-03-24model: Add recipe stepsxengineering
2024-03-12model: Remove .Touch() methodxengineering
2024-03-05model: Move timestamp updates to controllerxengineering
2024-03-04model: Implement Stringer interface for Recipexengineering
2024-03-04model: Create test data with Go instead of SQLxengineering
2024-03-03controller: Update recipe based on JSONxengineering
2024-03-03model: Assert one affected row on .Update()xengineering
2024-03-03model: Use only string types for modelsxengineering
2024-02-11model: Implement CRUD methods for type Recipexengineering