emidombek / uptowngallery

HTML, CSS, JavaScript, Python+Django based website for a small art gallery business deployed to Heroku
1 stars 2 forks source link

USER STORY: Buyer Browse Art #10

Closed emidombek closed 8 months ago

emidombek commented 1 year ago

User Story

As a buyer, I want to browse through available artworks. So that I can select one for purchase or to bid on.

Acceptance Criteria:

  1. Acceptance Criteria 1: There is a dedicated section on the website to view artworks.

  2. Acceptance Criteria 2: Artworks are categorized and can be filtered by artist, medium, style, etc.

  3. Acceptance Criteria 3: Each artwork listing displays an image, title, artist name, starting bid (for auctions), and fixed price (for prints).

  4. Acceptance Criteria 4: Clicking on an artwork leads to a detailed page with additional information and options to bid/buy.

  5. Acceptance Criteria 5: Artworks are paginated to allow for easy navigation through multiple listings.

Tasks

emidombek commented 10 months ago

Webpage template set up to display art, pagination implemented.

emidombek commented 9 months ago

Item details ajax modal and item details page with bidding functionality and messaging complete.

emidombek commented 8 months ago

Search and bid functionality implemented and tested via test cases, bidder and artist notifications have been set up. Will do further manual testing to ensure everything is working as expected.