Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
33 hours | Add tests for cart functionality and refactor related filesHEADmaster | Matthew Lemon | 1 | -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 hours | fixed remaining failing legacy test | Matthew Lemon | 1 | -1/+5 | |
2024-10-20 | Cart shows items in it; disables buttons if item in basket | Matthew Lemon | 1 | -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-15 | Renamed from pyblackbird_cc to alphabetlearning - everywhere | Matthew Lemon | 1 | -0/+0 | |
2024-10-09 | wip: clicking add to cart button takes you to card detail but thats it | Matthew Lemon | 1 | -2/+5 | |
2024-10-09 | wip: working on tests for adding resource to a cart | Matthew Lemon | 1 | -0/+5 | |
2024-09-16 | Upgrade to bootstrap 5.3 | Matthew Lemon | 1 | -0/+11 | |