Open keelback-code opened 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.
Stat lines entered on standard product model
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
Changed to one stat instead of two for more accurate filtering. Potentially remodel for a second stat in a future iteration.
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.
Removed filtering as not enough products for it to be necessary
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