aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon2024-10-1519-691/+0
|
* wip: import tidying and renaming path in sassit aliasMatthew Lemon2024-10-152-4/+10
|
* wip: clicking add to cart button takes you to card detail but thats itMatthew Lemon2024-10-093-5/+8
|
* wip: working on tests for adding resource to a cartMatthew Lemon2024-10-093-10/+11
|
* very minor format changesMatthew Lemon2024-09-221-2/+2
|
* Looking crap but getting there - the basket...Matthew Lemon2024-09-191-3/+0
|
* wip: getting the thumbnails of resourcesMatthew Lemon2024-09-191-4/+7
|
* Upgrade to bootstrap 5.3Matthew Lemon2024-09-166-5/+31
|
* Sorting imports onlyMatthew Lemon2024-09-154-5/+13
|
* wip: testing adding resources to shopping cartMatthew Lemon2024-09-142-0/+29
|
* wip: adding shopping card functionalityMatthew Lemon2024-09-144-7/+63
|
* wip: starting to tidy upMatthew Lemon2024-09-121-4/+4
|
* Cleaning up with ruff, typechecking, etc.Matthew Lemon2024-09-111-2/+7
| | | | | I am enabling lots of capability in neovim which is resulting in all this. Don't be scared.
* subscription and user is now uniquely constrainedMatthew Lemon2024-09-092-0/+28
|
* Clean up and sort importsMatthew Lemon2024-09-093-15/+13
|
* Test passing: signal sent on sign-up to create subscriptionMatthew Lemon2024-09-097-1/+117
| | | | | - user signs up - signal sent which creates Subscription based on SubscriptionPlan allowing 10 downloads initially. Plan lasts 365 days at present
* wip: implementing checkoutMatthew Lemon2024-09-0812-0/+415
- also some formatting changes