index
:
ceres
0.3.x-to-0.4.y
db-completion
exchange-format
main
Recipe server for your favorite dishes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
model
/
recipe.go
Age
Commit message (
Expand
)
Author
2024-11-03
model: Implement favorite recipes
xengineering
2024-09-11
Apply go fmt to all source files
xengineering
2024-05-17
model: Fix ignored error
xengineering
2024-05-17
model: Rework recipe validation
xengineering
2024-05-15
model: Make Recipe.Validate() more strict
xengineering
2024-05-12
view: Add ingredient overview to recipe read page
xengineering
2024-05-12
view: Show ingredients on read page
xengineering
2024-05-12
model: Add per-step ingredients
xengineering
2024-05-09
model: Enforce recipe titles
xengineering
2024-04-06
model: CRUD methods only for targeted objects
xengineering
2024-04-06
model: Always pass *sql.Tx to CRUD methods
xengineering
2024-03-24
model: Add recipe steps
xengineering
2024-03-12
model: Remove .Touch() method
xengineering
2024-03-05
model: Move timestamp updates to controller
xengineering
2024-03-04
model: Implement Stringer interface for Recipe
xengineering
2024-03-04
model: Create test data with Go instead of SQL
xengineering
2024-03-03
controller: Update recipe based on JSON
xengineering
2024-03-03
model: Assert one affected row on .Update()
xengineering
2024-03-03
model: Use only string types for models
xengineering
2024-02-11
model: Implement CRUD methods for type Recipe
xengineering