Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-19 | Changes the Resource to include Stripe reference | Matthew Lemon | 1 | -7/+8 | |
2024-10-15 | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 1 | -0/+0 | |
2024-09-19 | Looking crap but getting there - the basket... | Matthew Lemon | 1 | -2/+8 | |
2024-09-19 | wip: getting the thumbnails of resources | Matthew Lemon | 1 | -0/+3 | |
2024-09-11 | Some formatting changes and calming down ruff slightly | Matthew Lemon | 1 | -3/+9 | |
2024-09-08 | wip: implementing checkout | Matthew Lemon | 1 | -0/+7 | |
- also some formatting changes | |||||
2024-08-03 | Add admin models for PDFResource and PDFPageSnapshot | Matthew Lemon | 1 | -0/+4 | |
Expand the admin interface to include PDFResource and PDFPageSnapshot models. The new admin classes define `list_display` attributes to manage displayed columns in the admin list views. | |||||
2024-08-03 | wip: adding the update thumbnails form | Matthew Lemon | 1 | -0/+4 | |
2024-08-01 | Fix bug where new subcategories were being created on selection | Matthew Lemon | 1 | -2/+1 | |
2024-07-29 | wip: Adds a new model for additional categories | Matthew Lemon | 1 | -1/+16 | |
- 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-29 | wip: creating a multiple choice field for additional categories | Matthew Lemon | 1 | -2/+1 | |
2024-07-28 | Added border and badge colour based on category | Matthew Lemon | 1 | -0/+1 | |
- 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/+1 | |
- 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 | 1 | -6/+9 | |
2024-05-26 | Correctly handles the unique constraint on feature_slot | Matthew Lemon | 1 | -18/+4 | |
2024-05-26 | Better presentation of the feature resources | Matthew Lemon | 1 | -1/+7 | |
2024-05-26 | Basic feature slot presentation in index page | Matthew Lemon | 1 | -1/+3 | |
2024-05-22 | Resource now has a feature slot field | Matthew Lemon | 1 | -0/+1 | |
2024-05-20 | wip: | Matthew Lemon | 1 | -0/+9 | |
- Passing test for raw ORM handling to find snapshot files from an object - Quietens down pytest output | |||||
2024-05-16 | wip: starting to test feature resource functionality with factories | Matthew Lemon | 1 | -0/+20 | |
2024-05-16 | wip: markdown implemented for description field but working on help_text | Matthew Lemon | 1 | -1/+17 | |
2024-05-15 | Fix additional resource field in update form | Matthew Lemon | 1 | -1/+1 | |
2024-05-15 | Basic form to update Resource metadata | Matthew Lemon | 1 | -9/+17 | |
2024-05-14 | Can now upload to Spaces | Matthew Lemon | 1 | -0/+104 | |