Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix two linkslinks-fix | User Django | 2024-11-28 | 1 | -2/+2 |
| | |||||
* | Change month on front page | Matthew Lemon | 2024-11-10 | 1 | -1/+1 |
| | |||||
* | tweak position of button | Matthew Lemon | 2024-10-20 | 1 | -3/+3 |
| | |||||
* | bugfix: assign price of 0 to resource without Price object | Matthew Lemon | 2024-10-20 | 2 | -1/+6 |
| | |||||
* | Can now delete item from basket | Matthew Lemon | 2024-10-20 | 6 | -6/+30 |
| | | | | | | | - if is only one item left, it is deleted along with the basket - if there are more than one, just that one is deleted - TODO needs proper handling of the confirmation page - it's not formatted. htmx? | ||||
* | tidying up the cart detail page - still nowhere near good enough | Matthew Lemon | 2024-10-20 | 5 | -39/+31 |
| | |||||
* | bugfix: detail view failed if user had no shopping cart | Matthew Lemon | 2024-10-20 | 1 | -4/+6 |
| | |||||
* | bugfix: bad request if resource doesn't have price object | Matthew Lemon | 2024-10-20 | 1 | -4/+3 |
| | |||||
* | Cart shows items in it; disables buttons if item in basket | Matthew Lemon | 2024-10-20 | 9 | -16/+131 |
| | | | | | | | | | | - 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 | ||||
* | Adds basic login, logout and profile link to nav | Matthew Lemon | 2024-10-20 | 1 | -0/+13 |
| | |||||
* | Updates the TODO list for payments views | Matthew Lemon | 2024-10-20 | 1 | -4/+4 |
| | |||||
* | Add multiple items to the cart and Stripe process | Matthew Lemon | 2024-10-19 | 8 | -28/+63 |
| | | | | | | | - Very rough but it works - Multiple items can be added to cart - Can be bought with stripe - Shopping cart is deleted after successful transaction | ||||
* | Changes the Resource to include Stripe reference | Matthew Lemon | 2024-10-19 | 8 | -20/+77 |
| | |||||
* | Test email in the console | Matthew Lemon | 2024-10-19 | 2 | -4/+16 |
| | |||||
* | Ditching the old README for now | Matthew Lemon | 2024-10-18 | 1 | -25/+2 |
| | |||||
* | skeleton webhook for stripe working | Matthew Lemon | 2024-10-17 | 3 | -1/+30 |
| | |||||
* | Adds TODO to the payments/view page for the next steps | Matthew Lemon | 2024-10-17 | 1 | -0/+12 |
| | |||||
* | Update Stripe and include the API key | Matthew Lemon | 2024-10-17 | 4 | -103/+107 |
| | |||||
* | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 2024-10-15 | 393 | -290/+11000 |
| | |||||
* | wip: import tidying and renaming path in sassit alias | Matthew Lemon | 2024-10-15 | 3 | -5/+11 |
| | |||||
* | wip: clicking add to cart button takes you to card detail but thats it | Matthew Lemon | 2024-10-09 | 4 | -6/+9 |
| | |||||
* | wip: working on tests for adding resource to a cart | Matthew Lemon | 2024-10-09 | 4 | -13/+16 |
| | |||||
* | wip: implementing CSS classes for category colours on detail page | Matthew Lemon | 2024-10-09 | 4 | -1/+65 |
| | |||||
* | Removes cart button for now | Matthew Lemon | 2024-10-09 | 1 | -10/+10 |
| | |||||
* | Summary panel looks a little better | Matthew Lemon | 2024-10-07 | 1 | -21/+23 |
| | |||||
* | Ditched flex-box on the detail page | Matthew Lemon | 2024-10-07 | 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. | ||||
* | wip: redesigning the detail page | Matthew Lemon | 2024-10-07 | 2 | -96/+151 |
| | |||||
* | spelling | Matthew Lemon | 2024-09-29 | 1 | -1/+1 |
| | |||||
* | fix spelling mistake | Matthew Lemon | 2024-09-29 | 1 | -2/+1 |
| | |||||
* | Quick fix to remove extra words. | Matthew Lemon | 2024-09-29 | 1 | -1/+1 |
| | |||||
* | Added an holding paragraph on the sign in page. | Matthew Lemon | 2024-09-29 | 3 | -0/+21 |
| | |||||
* | very minor format changes | Matthew Lemon | 2024-09-22 | 1 | -2/+2 |
| | |||||
* | wip: shopping basket slowly coming on | Matthew Lemon | 2024-09-19 | 3 | -33/+40 |
| | |||||
* | Looking crap but getting there - the basket... | Matthew Lemon | 2024-09-19 | 5 | -42/+61 |
| | |||||
* | wip: getting the thumbnails of resources | Matthew Lemon | 2024-09-19 | 4 | -13/+34 |
| | |||||
* | Tweak the GBP sign and the colour of card description text | Matthew Lemon | 2024-09-16 | 4 | -6/+7 |
| | |||||
* | Upgrade to bootstrap 5.3 | Matthew Lemon | 2024-09-16 | 109 | -1040/+13106 |
| | |||||
* | wip: really bad cart icon but it will do for now | Matthew Lemon | 2024-09-15 | 1 | -74/+91 |
| | |||||
* | Sorting imports only | Matthew Lemon | 2024-09-15 | 4 | -5/+13 |
| | |||||
* | Changed the colour of the card description test | Matthew Lemon | 2024-09-14 | 4 | -2/+16 |
| | | | | - Uses my own CSS class - technical stuff | ||||
* | wip: testing adding resources to shopping cart | Matthew Lemon | 2024-09-14 | 4 | -8/+34 |
| | |||||
* | wip: adding shopping card functionality | Matthew Lemon | 2024-09-14 | 5 | -7/+69 |
| | |||||
* | Adds Add to basket buttons to cards on resource list page | Matthew Lemon | 2024-09-13 | 2 | -11/+19 |
| | |||||
* | Wraps login required for home page | Matthew Lemon | 2024-09-13 | 1 | -1/+2 |
| | |||||
* | Further attempts to remove placeholder | Matthew Lemon | 2024-09-13 | 1 | -1/+0 |
| | |||||
* | Another removed missing bootstrap image | Matthew Lemon | 2024-09-13 | 1 | -1/+1 |
| | |||||
* | Remove missing container image | Matthew Lemon | 2024-09-13 | 1 | -1/+2 |
| | |||||
* | Updates the logging config for debugging | Matthew Lemon | 2024-09-13 | 1 | -15/+43 |
| | |||||
* | Merge branch 'master' of github.com:yulqen/pyblackbird_cc | User Django | 2024-09-13 | 1 | -1/+1 |
|\ | |||||
| * | Amended ALLOWED_HOSTS | Matthew Lemon | 2024-09-13 | 1 | -1/+1 |
| | |