Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-20 | tidying up the cart detail page - still nowhere near good enough | Matthew Lemon | 1 | -19/+16 | |
2024-10-20 | bugfix: bad request if resource doesn't have price object | Matthew Lemon | 1 | -4/+3 | |
2024-10-20 | Cart shows items in it; disables buttons if item in basket | Matthew Lemon | 1 | -2/+7 | |
- Rough cart icon in navbar - Shows items in cart - Styled dependent on existence - Add to cart buttons disabled if resource in cart, on resource list page and detail page - Throws 404 error if trying add item to cart which has no price - eventually all items will have a price | |||||
2024-10-20 | Updates the TODO list for payments views | Matthew Lemon | 1 | -4/+4 | |
2024-10-19 | Add multiple items to the cart and Stripe process | Matthew Lemon | 1 | -9/+31 | |
- Very rough but it works - Multiple items can be added to cart - Can be bought with stripe - Shopping cart is deleted after successful transaction | |||||
2024-10-19 | Changes the Resource to include Stripe reference | Matthew Lemon | 1 | -3/+3 | |
2024-10-19 | Test email in the console | Matthew Lemon | 1 | -2/+13 | |
2024-10-17 | skeleton webhook for stripe working | Matthew Lemon | 1 | -0/+28 | |
2024-10-17 | Adds TODO to the payments/view page for the next steps | Matthew Lemon | 1 | -0/+12 | |
2024-10-17 | Update Stripe and include the API key | Matthew Lemon | 1 | -2/+3 | |
2024-10-15 | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 1 | -2/+2 | |
2024-10-15 | wip: import tidying and renaming path in sassit alias | Matthew Lemon | 1 | -3/+8 | |
2024-10-09 | wip: clicking add to cart button takes you to card detail but thats it | Matthew Lemon | 1 | -2/+2 | |
2024-10-09 | wip: working on tests for adding resource to a cart | Matthew Lemon | 1 | -8/+4 | |
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 | 1 | -0/+5 | |
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-08 | wip: implementing checkout | Matthew Lemon | 1 | -0/+85 | |
- also some formatting changes |