Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-15 | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 294 | -83389/+0 | |
2024-10-15 | wip: import tidying and renaming path in sassit alias | Matthew Lemon | 2 | -4/+10 | |
2024-10-09 | wip: clicking add to cart button takes you to card detail but thats it | Matthew Lemon | 4 | -6/+9 | |
2024-10-09 | wip: working on tests for adding resource to a cart | Matthew Lemon | 4 | -13/+16 | |
2024-10-09 | wip: implementing CSS classes for category colours on detail page | Matthew Lemon | 4 | -1/+65 | |
2024-10-09 | Removes cart button for now | Matthew Lemon | 1 | -10/+10 | |
2024-10-07 | Summary panel looks a little better | Matthew Lemon | 1 | -21/+23 | |
2024-10-07 | Ditched flex-box on the detail page | Matthew Lemon | 1 | -134/+7 | |
Resorted to using simple row and col classes here. Vary rudimentary at this stage but at least it gets them horizontally aligned. | |||||
2024-10-07 | wip: redesigning the detail page | Matthew Lemon | 2 | -96/+151 | |
2024-09-29 | spelling | Matthew Lemon | 1 | -1/+1 | |
2024-09-29 | fix spelling mistake | Matthew Lemon | 1 | -2/+1 | |
2024-09-29 | Quick fix to remove extra words. | Matthew Lemon | 1 | -1/+1 | |
2024-09-29 | Added an holding paragraph on the sign in page. | Matthew Lemon | 3 | -0/+21 | |
2024-09-22 | very minor format changes | Matthew Lemon | 1 | -2/+2 | |
2024-09-19 | wip: shopping basket slowly coming on | Matthew Lemon | 3 | -33/+40 | |
2024-09-19 | Looking crap but getting there - the basket... | Matthew Lemon | 5 | -42/+61 | |
2024-09-19 | wip: getting the thumbnails of resources | Matthew Lemon | 4 | -13/+34 | |
2024-09-16 | Tweak the GBP sign and the colour of card description text | Matthew Lemon | 4 | -6/+7 | |
2024-09-16 | Upgrade to bootstrap 5.3 | Matthew Lemon | 109 | -1040/+13106 | |
2024-09-15 | wip: really bad cart icon but it will do for now | Matthew Lemon | 1 | -74/+91 | |
2024-09-15 | Sorting imports only | Matthew Lemon | 4 | -5/+13 | |
2024-09-14 | Changed the colour of the card description test | Matthew Lemon | 4 | -2/+16 | |
- Uses my own CSS class - technical stuff | |||||
2024-09-14 | wip: testing adding resources to shopping cart | Matthew Lemon | 4 | -8/+34 | |
2024-09-14 | wip: adding shopping card functionality | Matthew Lemon | 5 | -7/+69 | |
2024-09-13 | Adds Add to basket buttons to cards on resource list page | Matthew Lemon | 2 | -11/+19 | |
2024-09-13 | Further attempts to remove placeholder | Matthew Lemon | 1 | -1/+0 | |
2024-09-13 | Another removed missing bootstrap image | Matthew Lemon | 1 | -1/+1 | |
2024-09-13 | Remove missing container image | Matthew Lemon | 1 | -1/+2 | |
2024-09-12 | wip: starting to tidy up | Matthew Lemon | 1 | -4/+4 | |
2024-09-11 | Removes apparently redundant checks on filepath | Matthew Lemon | 1 | -4/+0 | |
2024-09-11 | Cleaning up with ruff, typechecking, etc. | Matthew Lemon | 2 | -4/+10 | |
I am enabling lots of capability in neovim which is resulting in all this. Don't be scared. | |||||
2024-09-11 | Some formatting changes and calming down ruff slightly | Matthew Lemon | 8 | -30/+35 | |
2024-09-10 | Puts the card description back into the UI | Matthew Lemon | 1 | -1/+2 | |
2024-09-10 | Removed extraneous function | Matthew Lemon | 1 | -10/+0 | |
- _write_pdf_to_tempdir(), don't know why i put this in in the first place | |||||
2024-09-10 | Removes extranneous e | Matthew Lemon | 1 | -1/+1 | |
2024-09-10 | Removes exception object from logging statement | Matthew Lemon | 1 | -1/+1 | |
2024-09-10 | Fix bug in subcategories choices func | Matthew Lemon | 1 | -1/+4 | |
2024-09-10 | Replace relative imports with absolute | Matthew Lemon | 1 | -5/+5 | |
2024-09-10 | All tests pass and sign-up page is editable | Matthew Lemon | 4 | -46/+100 | |
2024-09-09 | subscription and user is now uniquely constrained | Matthew Lemon | 2 | -0/+28 | |
2024-09-09 | Clean up and sort imports | Matthew Lemon | 3 | -15/+13 | |
2024-09-09 | Test passing: signal sent on sign-up to create subscription | Matthew Lemon | 7 | -1/+117 | |
- user signs up - signal sent which creates Subscription based on SubscriptionPlan allowing 10 downloads initially. Plan lasts 365 days at present | |||||
2024-09-08 | resources tests passing | Matthew Lemon | 5 | -32/+51 | |
2024-09-08 | wip: implementing checkout | Matthew Lemon | 20 | -20/+566 | |
- also some formatting changes | |||||
2024-09-03 | Adding Lato fonts (files) but switching to Helvetica for now. | Matthew Lemon | 3 | -5/+15 | |
2024-09-03 | Trying Lato font | Matthew Lemon | 1 | -1/+1 | |
2024-09-03 | Fix for tabbed filter in resource list page | Matthew Lemon | 2 | -7/+7 | |
Previously the link selected on the tabbed filter navbar in resources list would filter the featured resources too. This fixes that. | |||||
2024-09-03 | Adds new AL favicon | Matthew Lemon | 2 | -2/+2 | |
2024-09-03 | Another docstring only | Matthew Lemon | 1 | -0/+14 | |
2024-09-03 | Adds a docstring to a view function | Matthew Lemon | 1 | -0/+14 | |