Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-01 | Switch to tripel to describe ingredients | xengineering | |
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-22 | Convert tabs to four spaces in example recipes | xengineering | |
Using spaces removes the need to care about the tabwidth of different browsers. | |||
2023-04-22 | Convert example recipes to JSON | xengineering | |
2023-04-12 | Update example recipes | xengineering | |
This shows some more markup features / edge cases. | |||
2023-04-02 | Add example recipe data files | xengineering | |
This prepares the switch to a file-based store of recipe data replacing MariaDB. |