Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-03 | Add S3 utility module and refactor S3 functions into it | Matthew Lemon | 1 | -1/+1 | |
Created a new `s3.py` utility module for handling S3 interactions including file uploads and generating presigned URLs. Refactored views to utilize these new utility functions and moved the PDF collection type function to a new `utils.py` module to improve code organization and readability. | |||||
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 | 1 | -0/+14 | |
Includes test of new function which determines the length and composition of the snappshotted pages. | |||||
2024-05-26 | Basic feature slot presentation in index page | Matthew Lemon | 2 | -4/+14 | |
2024-05-26 | wip: create form now as a feature field | Matthew Lemon | 1 | -1/+0 | |
2024-05-24 | Tests validation of resource create form | Matthew Lemon | 2 | -8/+38 | |
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 | 3 | -6/+25 | |
2024-05-22 | wip: starting to test the featured resource view | Matthew Lemon | 2 | -0/+13 | |
2024-05-20 | wip: | Matthew Lemon | 2 | -2/+17 | |
- Passing test for raw ORM handling to find snapshot files from an object - Quietens down pytest output | |||||
2024-05-16 | wip: improving the test setup | Matthew Lemon | 1 | -1/+2 | |
2024-05-16 | wip: working on setting up the tests | Matthew Lemon | 1 | -1/+1 | |
2024-05-16 | wip: starting to test feature resource functionality with factories | Matthew Lemon | 2 | -2/+16 | |
2024-05-16 | Moving to pytest syntax for tests | Matthew Lemon | 1 | -13/+13 | |
2024-05-15 | Migrates tests over from old project | Matthew Lemon | 8 | -0/+434 | |