Age | Commit message (Expand) | Author |
---|---|---|
2024-03-05 | model: Move timestamp updates to controller | xengineering |
2024-03-04 | model: Implement Stringer interface for Recipe | xengineering |
2024-03-04 | model: Create test data with Go instead of SQL | xengineering |
2024-03-03 | controller: Update recipe based on JSON | xengineering |
2024-03-03 | model: Assert one affected row on .Update() | xengineering |
2024-03-03 | model: Use only string types for models | xengineering |
2024-02-11 | model: Add type 'Recipes' with Read() method | xengineering |
2024-02-11 | model: Implement CRUD methods for type Recipe | xengineering |
2024-02-11 | model: Switch to very basic database schema | xengineering |
2023-12-27 | model: Inject test data into database | xengineering |
2023-12-27 | model: Add initial SQL migration | xengineering |
2023-12-27 | model: Implement database connection | xengineering |
2023-12-27 | model: Implement temporary storage directory | xengineering |