Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |