Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 2024-10-15 | 1 | -274/+0 |
| | |||||
* | Some formatting changes and calming down ruff slightly | Matthew Lemon | 2024-09-11 | 1 | -1/+1 |
| | |||||
* | Fix bug in subcategories choices func | Matthew Lemon | 2024-09-10 | 1 | -1/+4 |
| | |||||
* | All tests pass and sign-up page is editable | Matthew Lemon | 2024-09-10 | 1 | -37/+44 |
| | |||||
* | Logo and new navbar and new detail design | Matthew Lemon | 2024-09-01 | 1 | -6/+3 |
| | | | | | | | - logo in place - new navbar - removed Joanna Lemon, etc - tidying up the detail page, using cards and nicer titles - better detail panel at the top of the page with a table in it | ||||
* | The Cancel button is now managed by crispy forms. | Matthew Lemon | 2024-08-08 | 1 | -3/+10 |
| | |||||
* | Add feature to add PDFs to resources | Matthew Lemon | 2024-08-03 | 1 | -1/+40 |
| | | | | Implemented the ability to upload and manage PDFs for resources. Added the necessary form, view, and templates to support this functionality. Updated routes and UI elements to integrate the new feature seamlessly. | ||||
* | Updated help text in form field. | Matthew Lemon | 2024-08-03 | 1 | -1/+1 |
| | |||||
* | Adds ability to update the thumbnail/feature images | Matthew Lemon | 2024-08-03 | 1 | -7/+21 |
| | |||||
* | wip: adding the update thumbnails form | Matthew Lemon | 2024-08-03 | 1 | -0/+26 |
| | |||||
* | Ordering the subcategories dropdown list on the update form. | Matthew Lemon | 2024-08-01 | 1 | -0/+1 |
| | |||||
* | Fix bug where new subcategories were being created on selection | Matthew Lemon | 2024-08-01 | 1 | -3/+4 |
| | |||||
* | Fix error with validation on additional_resource_category | Matthew Lemon | 2024-08-01 | 1 | -1/+0 |
| | |||||
* | wip: Adds a new model for additional categories | Matthew Lemon | 2024-07-29 | 1 | -3/+5 |
| | | | | | | | | - 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, | ||||
* | Formatting changes only | Matthew Lemon | 2024-07-29 | 1 | -25/+24 |
| | |||||
* | wip: creating a multiple choice field for additional categories | Matthew Lemon | 2024-07-29 | 1 | -2/+11 |
| | |||||
* | Curriculum is optional and age ranges are fixed | Matthew Lemon | 2024-07-11 | 1 | -0/+1 |
| | |||||
* | Correctly handles the unique constraint on feature_slot | Matthew Lemon | 2024-05-26 | 1 | -2/+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 | -0/+1 |
| | |||||
* | wip: create form now as a feature field | Matthew Lemon | 2024-05-26 | 1 | -1/+6 |
| | |||||
* | Tests validation of resource create form | Matthew Lemon | 2024-05-24 | 1 | -0/+1 |
| | | | | | | | | In particular related to the new feature_slot field. Ensures that the feature_slot integer must be unique when attempts to save to the database and that the value given in the form is between 1 and 3. | ||||
* | wip: markdown implemented for description field but working on help_text | Matthew Lemon | 2024-05-16 | 1 | -1/+10 |
| | |||||
* | Basic form to update Resource metadata | Matthew Lemon | 2024-05-15 | 1 | -16/+22 |
| | |||||
* | Tidying up the create form - using custom css | Matthew Lemon | 2024-05-15 | 1 | -1/+1 |
| | |||||
* | Adds crispy forms helper | Matthew Lemon | 2024-05-14 | 1 | -7/+40 |
| | |||||
* | Can now upload to Spaces | Matthew Lemon | 2024-05-14 | 1 | -0/+106 |