summaryrefslogtreecommitdiff
path: root/data/templates/recipe.html
AgeCommit message (Collapse)Author
2023-05-01Implement ingredient summaryxengineering
2023-05-01Show link just if not emptyxengineering
Otherwise this is confusing.
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-22Move delete button from edit page to recipe pagexengineering
This reduces the number of clicks to delete a recipe.
2023-04-22Use <section> elements for recipe stepsxengineering
2023-04-22Improve representation of step ingredientsxengineering
2023-04-22Implement basic recipe target with JSONxengineering
2023-04-08Fix linksxengineering
2023-04-02Switch from MariaDB to filesxengineering
Using a database is way more complex (see the commit statistics of this commit) than using files to store recipe data. Also administration and usage is simpler.
2023-04-01Improve user interfacexengineering
2023-03-31Reduce to ID and Markdownxengineering
The upstream URL can be encoded easily by the user in the Markdown-based description. The title can be parsed by the first found top-level heading in the Markdown text. Thus these two columns are no longer used. To avoid an additional migration they will be kept in the database.
2023-03-31Remove image functionalityxengineering
Recipe images are currently complicated to implement and have little use. Probably they will not be covered in the next release.
2023-03-07Update navigation linksxengineering
2023-02-12Move footer to own template filexengineering
2023-02-12Move <head/> section to own template filexengineering
This reduces copies of the same HTML code.
2023-02-08Add new recipe edit pagexengineering
Recipes should be completely editable and removable. Thus this edit page was added.
2023-01-11Switch to simple.cssxengineering
This makes it easier to maintain and it looks better.
2022-11-07Add existing workxengineering