Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-09-08 | wip: implementing checkout | Matthew Lemon | 1 | -0/+26 | |
- also some formatting changes | |||||
2024-08-01 | Fix bug where new subcategories were being created on selection | Matthew Lemon | 2 | -0/+43 | |
2024-07-29 | wip: Adds a new model for additional categories | Matthew Lemon | 3 | -0/+88 | |
- Adds new ResourceSubcategory - Uses this for choices= in the Resource form (create) - Adds this new model to the admin Doesn't validate in the edit form yet, | |||||
2024-07-28 | Added border and badge colour based on category | Matthew Lemon | 1 | -0/+18 | |
- You have to define them on the ResourceCategory model in the database | |||||
2024-07-11 | Adds ability to add colour class to main category | Matthew Lemon | 1 | -0/+18 | |
- Creates a new line in the database - Uses this in the template instead of the default bootstrap class | |||||
2024-07-11 | Curriculum is optional and age ranges are fixed | Matthew Lemon | 2 | -0/+36 | |
2024-05-26 | Correctly handles the unique constraint on feature_slot | Matthew Lemon | 1 | -0/+18 | |
2024-05-26 | Better presentation of the feature resources | Matthew Lemon | 3 | -0/+59 | |
2024-05-22 | Resource now has a feature slot field | Matthew Lemon | 2 | -0/+54 | |
2024-05-16 | wip: markdown implemented for description field but working on help_text | Matthew Lemon | 1 | -0/+18 | |
2024-05-15 | Fix additional resource field in update form | Matthew Lemon | 1 | -0/+24 | |
2024-05-14 | Can now upload to Spaces | Matthew Lemon | 1 | -0/+90 | |