area1707/grace-shopper

Admin - PM - add/remove categories from items

Opened this issue · 0 comments

Story: As an admin user, I can add/remove categories from items, so that users will see them when they refine their searches
Acceptance Criteria: items must have multiple categories

Implementation: need a hook(?) that tie categories to items in the backend
Frontend: write add/remove button in the component just for admin users, have a select option on this div. write a method to add/remove using redux store.