Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-08 | WIP: model: Rework database modeldb-completion | xengineering | |
2024-01-18 | Show steps on recipe page | xengineering | |
2024-01-17 | Add recipe step view | xengineering | |
This is the next increment to implement recipe steps. | |||
2024-01-17 | model: Rename step rank to step index | xengineering | |
This name reflects the purpose of the column better. It is used to order the recipe steps of a recipe. | |||
2024-01-08 | Implement recipe editing | xengineering | |
2024-01-08 | Implement recipe page | xengineering | |
2023-12-27 | Implement index page with recipe overview | xengineering | |
2023-12-27 | model: Inject test data into database | xengineering | |
This is useful for debugging and testing. | |||
2023-12-27 | model: Add initial SQL migration | xengineering | |
This provides the basic table structure to the database. | |||
2023-12-27 | model: Implement database connection | xengineering | |
The already implemented storage folder should contain a sqlite database to store most parts of the Ceres user data. | |||
2023-12-27 | model: Implement temporary storage directory | xengineering | |
This temporary directory is provided to store the user data for the Ceres recipe server during development and testing. |