summaryrefslogtreecommitdiff
path: root/recipe.go
AgeCommit message (Collapse)Author
2023-05-01Switch to tripel to describe ingredientsxengineering
It is always the same: - amount float32 - unit string - type string This is good as a starting point. Later the types of ingredients might have to be tracked. In this a string as key is maybe not the best.
2023-04-28Fix empty title regressionxengineering
Empty title should be avoided because the recipe otherwise just disappears.
2023-04-22Remove legacy Recipe structxengineering
2023-04-22Implement index page with JSONxengineering
2023-04-22Implement basic recipe target with JSONxengineering