Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-01 | Releasing the exception working to the error message. | Matthew Lemon | 1 | -2/+2 | |
2024-08-01 | Fix bug where new subcategories were being created on selection | Matthew Lemon | 5 | -12/+56 | |
2024-08-01 | Fix error with validation on additional_resource_category | Matthew Lemon | 1 | -1/+0 | |
2024-07-29 | wip: Adds a new model for additional categories | Matthew Lemon | 7 | -9/+119 | |
- 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 | Formatting changes only | Matthew Lemon | 1 | -25/+24 | |
2024-07-29 | wip: creating a multiple choice field for additional categories | Matthew Lemon | 2 | -4/+12 | |
2024-07-28 | Added border and badge colour based on category | Matthew Lemon | 3 | -0/+21 | |
- 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 | 3 | -0/+21 | |
- 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 | 4 | -6/+46 | |
2024-06-23 | Removed pypdfium2 which doesn't build on FreeBSD | Matthew Lemon | 1 | -17/+19 | |
Libraries used: - PdPDF2 (to get basic PDF length) - https://pypi.org/project/PyPDF2/ - pdf2image (to extract images from each page) - https://github.com/Belval/pdf2image Reduction of quality of screenshotted image is in place. Reduced pdf screenshot quality considerably | |||||
2024-06-22 | Fix erroneous return statement | Matthew Lemon | 1 | -3/+1 | |
2024-06-22 | Removes unnecessary comment | Matthew Lemon | 1 | -28/+0 | |
2024-06-22 | Better use of pytest-django mark | Matthew Lemon | 1 | -3/+2 | |
2024-06-22 | Fixes bug where multiple PDFs not snappshotted | Matthew Lemon | 2 | -7/+38 | |
Includes test of new function which determines the length and composition of the snappshotted pages. | |||||
2024-05-26 | Removes extraneous code create_resource_objects | Matthew Lemon | 1 | -20/+0 | |
2024-05-26 | Correctly handles the unique constraint on feature_slot | Matthew Lemon | 4 | -54/+68 | |
2024-05-26 | Better presentation of the feature resources | Matthew Lemon | 6 | -3/+77 | |
2024-05-26 | Removes breakpoint | Matthew Lemon | 1 | -1/+0 | |
2024-05-26 | Basic feature slot presentation in index page | Matthew Lemon | 5 | -6/+27 | |
2024-05-26 | wip: create form now as a feature field | Matthew Lemon | 2 | -2/+6 | |
2024-05-24 | Tests validation of resource create form | Matthew Lemon | 3 | -8/+39 | |
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. | |||||
2024-05-22 | Fixed the failing form test | Matthew Lemon | 1 | -38/+23 | |
We now pass a MultiValueDict object to which allows self.files.getlist() to work properly inside clean_pdf_files() | |||||
2024-05-22 | Resource now has a feature slot field | Matthew Lemon | 6 | -6/+80 | |
2024-05-22 | wip: starting to test the featured resource view | Matthew Lemon | 4 | -0/+19 | |
2024-05-20 | wip: | Matthew Lemon | 3 | -2/+26 | |
- Passing test for raw ORM handling to find snapshot files from an object - Quietens down pytest output | |||||
2024-05-19 | Removes unnwanted tests.py file | Matthew Lemon | 1 | -1/+0 | |
2024-05-16 | wip: improving the test setup - again | Matthew Lemon | 1 | -1/+5 | |
2024-05-16 | wip: improving the test setup | Matthew Lemon | 2 | -24/+19 | |
2024-05-16 | wip: working on setting up the tests | Matthew Lemon | 2 | -4/+43 | |
2024-05-16 | wip: starting to test feature resource functionality with factories | Matthew Lemon | 5 | -2/+68 | |
2024-05-16 | wip: replacing os.path.basename with Path | Matthew Lemon | 1 | -3/+5 | |
2024-05-16 | wip: markdown implemented for description field but working on help_text | Matthew Lemon | 5 | -2/+55 | |
2024-05-16 | Moving to pytest syntax for tests | Matthew Lemon | 1 | -13/+13 | |
2024-05-16 | Cleans up a few LSP errors | Matthew Lemon | 1 | -11/+11 | |
2024-05-15 | Fix additional resource field in update form | Matthew Lemon | 2 | -1/+25 | |
2024-05-15 | Migrates tests over from old project | Matthew Lemon | 8 | -0/+434 | |
2024-05-15 | Adds an admin bar to resources page and moves some stuff to home | Matthew Lemon | 1 | -1/+1 | |
2024-05-15 | Basic form to update Resource metadata | Matthew Lemon | 4 | -25/+67 | |
2024-05-15 | Tidying up the create form - using custom css | Matthew Lemon | 1 | -1/+1 | |
2024-05-14 | Added cards to resource list page | Matthew Lemon | 1 | -0/+4 | |
2024-05-14 | Further tidying | Matthew Lemon | 2 | -5/+9 | |
2024-05-14 | Adds crispy forms helper | Matthew Lemon | 1 | -7/+40 | |
2024-05-14 | Can now upload to Spaces | Matthew Lemon | 7 | -1/+744 | |