Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 2024-10-15 | 1 | -201/+0 |
| | |||||
* | Looking crap but getting there - the basket... | Matthew Lemon | 2024-09-19 | 1 | -2/+8 |
| | |||||
* | wip: getting the thumbnails of resources | Matthew Lemon | 2024-09-19 | 1 | -0/+3 |
| | |||||
* | Some formatting changes and calming down ruff slightly | Matthew Lemon | 2024-09-11 | 1 | -3/+9 |
| | |||||
* | wip: implementing checkout | Matthew Lemon | 2024-09-08 | 1 | -0/+7 |
| | | | | - also some formatting changes | ||||
* | Add admin models for PDFResource and PDFPageSnapshot | Matthew Lemon | 2024-08-03 | 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. | ||||
* | wip: adding the update thumbnails form | Matthew Lemon | 2024-08-03 | 1 | -0/+4 |
| | |||||
* | Fix bug where new subcategories were being created on selection | Matthew Lemon | 2024-08-01 | 1 | -2/+1 |
| | |||||
* | wip: Adds a new model for additional categories | Matthew Lemon | 2024-07-29 | 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, | ||||
* | wip: creating a multiple choice field for additional categories | Matthew Lemon | 2024-07-29 | 1 | -2/+1 |
| | |||||
* | Added border and badge colour based on category | Matthew Lemon | 2024-07-28 | 1 | -0/+1 |
| | | | | - You have to define them on the ResourceCategory model in the database | ||||
* | Adds ability to add colour class to main category | Matthew Lemon | 2024-07-11 | 1 | -0/+1 |
| | | | | | - Creates a new line in the database - Uses this in the template instead of the default bootstrap class | ||||
* | Curriculum is optional and age ranges are fixed | Matthew Lemon | 2024-07-11 | 1 | -6/+9 |
| | |||||
* | Correctly handles the unique constraint on feature_slot | Matthew Lemon | 2024-05-26 | 1 | -18/+4 |
| | |||||
* | Better presentation of the feature resources | Matthew Lemon | 2024-05-26 | 1 | -1/+7 |
| | |||||
* | Basic feature slot presentation in index page | Matthew Lemon | 2024-05-26 | 1 | -1/+3 |
| | |||||
* | Resource now has a feature slot field | Matthew Lemon | 2024-05-22 | 1 | -0/+1 |
| | |||||
* | wip: | Matthew Lemon | 2024-05-20 | 1 | -0/+9 |
| | | | | | | - Passing test for raw ORM handling to find snapshot files from an object - Quietens down pytest output | ||||
* | wip: starting to test feature resource functionality with factories | Matthew Lemon | 2024-05-16 | 1 | -0/+20 |
| | |||||
* | wip: markdown implemented for description field but working on help_text | Matthew Lemon | 2024-05-16 | 1 | -1/+17 |
| | |||||
* | Fix additional resource field in update form | Matthew Lemon | 2024-05-15 | 1 | -1/+1 |
| | |||||
* | Basic form to update Resource metadata | Matthew Lemon | 2024-05-15 | 1 | -9/+17 |
| | |||||
* | Can now upload to Spaces | Matthew Lemon | 2024-05-14 | 1 | -0/+104 |
| | |||||
* | After first pre-commit processing | Matthew Lemon | 2024-05-13 | 1 | -0/+1 |