Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 2024-10-15 | 8 | -519/+0 |
| | |||||
* | Looking crap but getting there - the basket... | Matthew Lemon | 2024-09-19 | 1 | -0/+2 |
| | |||||
* | wip: getting the thumbnails of resources | Matthew Lemon | 2024-09-19 | 1 | -0/+6 |
| | |||||
* | wip: testing adding resources to shopping cart | Matthew Lemon | 2024-09-14 | 1 | -8/+0 |
| | |||||
* | Some formatting changes and calming down ruff slightly | Matthew Lemon | 2024-09-11 | 1 | -1/+0 |
| | |||||
* | Replace relative imports with absolute | Matthew Lemon | 2024-09-10 | 1 | -5/+5 |
| | |||||
* | All tests pass and sign-up page is editable | Matthew Lemon | 2024-09-10 | 2 | -9/+19 |
| | |||||
* | resources tests passing | Matthew Lemon | 2024-09-08 | 4 | -14/+19 |
| | |||||
* | Add S3 utility module and refactor S3 functions into it | Matthew Lemon | 2024-08-03 | 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. | ||||
* | Removes unnecessary comment | Matthew Lemon | 2024-06-22 | 1 | -28/+0 |
| | |||||
* | Better use of pytest-django mark | Matthew Lemon | 2024-06-22 | 1 | -3/+2 |
| | |||||
* | Fixes bug where multiple PDFs not snappshotted | Matthew Lemon | 2024-06-22 | 1 | -0/+14 |
| | | | | | Includes test of new function which determines the length and composition of the snappshotted pages. | ||||
* | Basic feature slot presentation in index page | Matthew Lemon | 2024-05-26 | 2 | -4/+14 |
| | |||||
* | wip: create form now as a feature field | Matthew Lemon | 2024-05-26 | 1 | -1/+0 |
| | |||||
* | Tests validation of resource create form | Matthew Lemon | 2024-05-24 | 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. | ||||
* | Fixed the failing form test | Matthew Lemon | 2024-05-22 | 1 | -38/+23 |
| | | | | | We now pass a MultiValueDict object to which allows self.files.getlist() to work properly inside clean_pdf_files() | ||||
* | Resource now has a feature slot field | Matthew Lemon | 2024-05-22 | 3 | -6/+25 |
| | |||||
* | wip: starting to test the featured resource view | Matthew Lemon | 2024-05-22 | 2 | -0/+13 |
| | |||||
* | wip: | Matthew Lemon | 2024-05-20 | 2 | -2/+17 |
| | | | | | | - Passing test for raw ORM handling to find snapshot files from an object - Quietens down pytest output | ||||
* | wip: improving the test setup | Matthew Lemon | 2024-05-16 | 1 | -1/+2 |
| | |||||
* | wip: working on setting up the tests | Matthew Lemon | 2024-05-16 | 1 | -1/+1 |
| | |||||
* | wip: starting to test feature resource functionality with factories | Matthew Lemon | 2024-05-16 | 2 | -2/+16 |
| | |||||
* | Moving to pytest syntax for tests | Matthew Lemon | 2024-05-16 | 1 | -13/+13 |
| | |||||
* | Migrates tests over from old project | Matthew Lemon | 2024-05-15 | 8 | -0/+434 |