aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/payments/tests/test_views.py (unfollow)
Commit message (Collapse)AuthorFilesLines
33 hoursAdd tests for cart functionality and refactor related filesHEADmasterMatthew Lemon1-0/+35
- Implement test for verifying that the cart contains the correctly priced resource. - Update `ResourceModelFactory` to remove commented price-related code. - Modify HTML meta description for improved clarity. - Adjust `pyproject.toml` to format settings for clarity and organization.
34 hoursfixed remaining failing legacy testMatthew Lemon1-1/+5
2024-10-20Cart shows items in it; disables buttons if item in basketMatthew Lemon1-1/+1
- 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-15Renamed from pyblackbird_cc to alphabetlearning - everywhereMatthew Lemon1-0/+0
2024-10-09wip: clicking add to cart button takes you to card detail but thats itMatthew Lemon1-2/+5
2024-10-09wip: working on tests for adding resource to a cartMatthew Lemon1-0/+5
2024-09-16Upgrade to bootstrap 5.3Matthew Lemon1-0/+11