summaryrefslogtreecommitdiff
path: root/view/recipe.go
AgeCommit message (Expand)Author
2024-10-23Switch to http.Handlerxengineering
2024-10-22Remove github.com/gorilla/mux dependencyxengineering
2024-10-13model: Replace global db variable by custom typexengineering
2024-09-11Apply go fmt to all source filesxengineering
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