aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Card border changesMatthew Lemon2024-07-291-2/+2
|
* UI changes on index (see eblow)Matthew Lemon2024-07-281-44/+49
| | | | | | - removed Detail button - put Edit button in a card footer - Formatting the html
* Tweak to the width of the non-featured resource cardMatthew Lemon2024-07-281-1/+2
|
* Added border and badge colour based on categoryMatthew Lemon2024-07-284-4/+26
| | | | - You have to define them on the ResourceCategory model in the database
* Very simple border round feature block for EY LiteracyMatthew Lemon2024-07-113-4/+17
|
* Gitignore onlyMatthew Lemon2024-07-111-0/+3
|
* Adds alias file for sasscMatthew Lemon2024-07-111-0/+1
|
* Adds ability to add colour class to main categoryMatthew Lemon2024-07-116-2/+33
| | | | | - Creates a new line in the database - Uses this in the template instead of the default bootstrap class
* Curriculum is optional and age ranges are fixedMatthew Lemon2024-07-114-6/+46
|
* Better display of number of files in PDFMatthew Lemon2024-07-071-4/+6
| | | | | | | | - The header bar now contains a Number of files: X dependent on the number of files in the resource - The File Preview header now includes a counter number if this is a multi-page PDF - The title of PDF file is put alongside the File Preview text in the h4
* Better implementation of carouselMatthew Lemon2024-07-073-2/+20
| | | | | | - Removed the primary coloured background - Changed the colour of the next and previous icons - Reduced the width of the actual image
* Basic implementation of a carouselMatthew Lemon2024-07-041-9/+28
| | | | Needs lots of work and tidying up mind...
* Adds htmx.js local fileMatthew Lemon2024-06-291-0/+1
|
* Adds whitenoise compressionMatthew Lemon2024-06-291-8/+8
|
* Adds flake8 configMatthew Lemon2024-06-291-0/+2
|
* Removed pypdfium2 which doesn't build on FreeBSDMatthew Lemon2024-06-232-19/+21
| | | | | | | | | | | | 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
* Fix erroneous return statementMatthew Lemon2024-06-221-3/+1
|
* Removes unnecessary commentMatthew Lemon2024-06-221-28/+0
|
* Better use of pytest-django markMatthew Lemon2024-06-221-3/+2
|
* Fixes bug where multiple PDFs not snappshottedMatthew Lemon2024-06-222-7/+38
| | | | | Includes test of new function which determines the length and composition of the snappshotted pages.
* Some tidying onlyMatthew Lemon2024-06-222-4/+7
| | | | | | Includes the DATABASE_URL in the local settings. Linting changes.
* Merge branch 'master' of ↵Matthew Lemon2024-05-311-97/+26
|\ | | | | | | ssh://git.yulqen.org:2222/home/git/repositories/python/pyblackbird_cc
| * Got rid of the cookiecutter README guffMatthew Lemon2024-05-301-97/+26
| | | | | | | | | | - Replaced with a nice set of requirements - Sets out user definitions
* | Keep tags out of docker containersMatthew Lemon2024-05-311-0/+1
|/
* Started work on a Perl script to check/assit with deploymentMatthew Lemon2024-05-291-0/+34
|
* Adds .env-prod - intended to be pushed to serverMatthew Lemon2024-05-292-0/+4
|
* Fixed incorrect AWS URLMatthew Lemon2024-05-281-1/+1
|
* Remove django-extensionsMatthew Lemon2024-05-281-0/+0
|
* Should be a buildable Django containerMatthew Lemon2024-05-289-62/+117
|
* Remove django-extensionsMatthew Lemon2024-05-272-2/+1
|
* Trying to remove django_toolbar - also removes whitenose settingsMatthew Lemon2024-05-271-8/+7
|
* Removes debug_toolbar line from conf/urls - 3Matthew Lemon2024-05-271-2/+2
|
* Removes debug_toolbar line from conf/urls - againMatthew Lemon2024-05-271-3/+0
|
* Removes debug_toolbar line from conf/urlsMatthew Lemon2024-05-271-0/+3
|
* Removes most celery, storages and sentry configMatthew Lemon2024-05-272-130/+125
| | | | | | | | | | | | Comments out in the settings files. Leaves a couple of imports of celery, but we're not removing the requirements on celery so should be fine, it will be installed. Comments out storages and sentry code. Leaves it all in Dockerfile and compose, but this change is aimed at getting Django running WITHOUT docker and compose.
* comment out traefik service configMatthew Lemon2024-05-271-21/+21
|
* Calming pytestMatthew Lemon2024-05-261-1/+2
|
* Removes extraneous code create_resource_objectsMatthew Lemon2024-05-261-20/+0
|
* Tweaking bordersMatthew Lemon2024-05-261-1/+1
|
* Changes the flex alignment to start for non-featured resourcesMatthew Lemon2024-05-261-1/+1
|
* Tweaking the layout of the list pageMatthew Lemon2024-05-262-5/+9
|
* Correctly handles the unique constraint on feature_slotMatthew Lemon2024-05-265-69/+88
|
* Fix link on card which was overriding the detail and edit linksMatthew Lemon2024-05-261-5/+3
|
* Changes the layout of the index slightly - better spacingMatthew Lemon2024-05-261-2/+2
|
* Adds a link to each card on the index pageMatthew Lemon2024-05-261-0/+2
|
* Changes title of the adminMatthew Lemon2024-05-261-1/+6
|
* Better presentation of the feature resourcesMatthew Lemon2024-05-267-84/+174
|
* Markdown for the card descriptionMatthew Lemon2024-05-261-2/+3
|
* Removes breakpointMatthew Lemon2024-05-261-1/+0
|
* Basic feature slot presentation in index pageMatthew Lemon2024-05-266-55/+118
|