Release notes
1.0.0 - Initial Release - 1st of August 2023
Launched the very first version of the Brewski website which contains a total of 256 beers! The website is created with Django Framework and bootstrap. Data is stored in a PostgreSQL database.
Features
- Added functionality for logged in users to wishlist beers. These wishlisted beers can be viewed via the My Wishlist page
- Added functionality for logged in users to review beers. These reviewed beers can be viewed via the My Reviews page
- Added functionality for logged in users to create and update accounts settings
- Added functionality for users to view product pages and interact with filtering and search options
1.0.1 - Variations - 7th of August 2023
What are variations?
Variations are products that contain the same contents, but are sold in varying volume or material.
For example:
Beer #1 (Can)
and
Beer #2 (Glass bottle).
Why have variations?
- Because variations don't always share pricing, links to other pages and distributor product IDs
- Navigating between variations makes sense when a user is specifically looking for that one beer
Requirements
- Ratings between the variations should be shared
1.0.2 - Blogs/ similar beers and beers from brewery - 19th of August 2023
Blog improvements
Added a page where you can read Brewski content.
Beer from brewer
At the bottom of the product page, a section for quick rerouting to other beers from the brewer was added.
Similar beers
At the bottom of the product page, a section for quick rerouting to similar beers based on a distance matrix was added.