aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/models.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon2024-10-151-201/+0
|
* Looking crap but getting there - the basket...Matthew Lemon2024-09-191-2/+8
|
* wip: getting the thumbnails of resourcesMatthew Lemon2024-09-191-0/+3
|
* Some formatting changes and calming down ruff slightlyMatthew Lemon2024-09-111-3/+9
|
* wip: implementing checkoutMatthew Lemon2024-09-081-0/+7
| | | | - also some formatting changes
* Add admin models for PDFResource and PDFPageSnapshotMatthew Lemon2024-08-031-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 formMatthew Lemon2024-08-031-0/+4
|
* Fix bug where new subcategories were being created on selectionMatthew Lemon2024-08-011-2/+1
|
* wip: Adds a new model for additional categoriesMatthew Lemon2024-07-291-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 categoriesMatthew Lemon2024-07-291-2/+1
|
* Added border and badge colour based on categoryMatthew Lemon2024-07-281-0/+1
| | | | - You have to define them on the ResourceCategory model in the database
* Adds ability to add colour class to main categoryMatthew Lemon2024-07-111-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 fixedMatthew Lemon2024-07-111-6/+9
|
* Correctly handles the unique constraint on feature_slotMatthew Lemon2024-05-261-18/+4
|
* Better presentation of the feature resourcesMatthew Lemon2024-05-261-1/+7
|
* Basic feature slot presentation in index pageMatthew Lemon2024-05-261-1/+3
|
* Resource now has a feature slot fieldMatthew Lemon2024-05-221-0/+1
|
* wip:Matthew Lemon2024-05-201-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 factoriesMatthew Lemon2024-05-161-0/+20
|
* wip: markdown implemented for description field but working on help_textMatthew Lemon2024-05-161-1/+17
|
* Fix additional resource field in update formMatthew Lemon2024-05-151-1/+1
|
* Basic form to update Resource metadataMatthew Lemon2024-05-151-9/+17
|
* Can now upload to SpacesMatthew Lemon2024-05-141-0/+104
|
* After first pre-commit processingMatthew Lemon2024-05-131-0/+1