Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-09 | wip: working on tests for adding resource to a cart | Matthew Lemon | 3 | -10/+11 | |
2024-09-22 | very minor format changes | Matthew Lemon | 1 | -2/+2 | |
2024-09-19 | Looking crap but getting there - the basket... | Matthew Lemon | 1 | -3/+0 | |
2024-09-19 | wip: getting the thumbnails of resources | Matthew Lemon | 1 | -4/+7 | |
2024-09-16 | Upgrade to bootstrap 5.3 | Matthew Lemon | 6 | -5/+31 | |
2024-09-15 | Sorting imports only | Matthew Lemon | 4 | -5/+13 | |
2024-09-14 | wip: testing adding resources to shopping cart | Matthew Lemon | 2 | -0/+29 | |
2024-09-14 | wip: adding shopping card functionality | Matthew Lemon | 4 | -7/+63 | |
2024-09-12 | wip: starting to tidy up | Matthew Lemon | 1 | -4/+4 | |
2024-09-11 | Cleaning up with ruff, typechecking, etc. | Matthew Lemon | 1 | -2/+7 | |
I am enabling lots of capability in neovim which is resulting in all this. Don't be scared. | |||||
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 | wip: implementing checkout | Matthew Lemon | 12 | -0/+415 | |
- also some formatting changes |