keelback-code / wwww

0 stars 1 forks source link

User Story - Stats - Standard Products #11

Open keelback-code opened 2 years ago

keelback-code commented 2 years ago

As a user I can see the stats of each item so that I can have an experience outside of the standard online shopping experience.

CHANGED TO:

As a user I can SET the stats of each item so that I can have an experience outside of the standard online shopping experience.

Acceptance Criteria

Two stats for each standard product Able to filter by stats in order to highlight their presence on the site

Tasks

stat_category_one, stat_category_two, stat_number_one and stat_number_two on standard and custom product models - removed Stat model added and implemented in HTML - done

keelback-code commented 2 years ago

Stats categories are: Courage, Cool, Sun Protection, Spell Casting and Stealth. Only these will be used in order for filtering to work effectively.

keelback-code commented 2 years ago

Stat lines entered on standard product model

keelback-code commented 2 years ago

Stats will be used for filtering and sorting. In order to do this, there will be custom model called Stat which is FK in StandardProduct, and categories referred to above are removed from StandardProduct model. Multiple stats will still be referred to in the description so that they show up in searches

keelback-code commented 2 years ago

Changed to one stat instead of two for more accurate filtering. Potentially remodel for a second stat in a future iteration.

keelback-code commented 2 years ago

As noted in other issues, changed to one product model rather than two in order to use bag and checkout functionality, which is more essential for a usable ecommerce app. On each custom product users will be able to choose from the same stat options.

keelback-code commented 2 years ago

Removed filtering as not enough products for it to be necessary