area1707 / grace-shopper

3 stars 0 forks source link

Admin - PM - add/remove categories from items #27

Open lean257 opened 7 years ago

lean257 commented 7 years ago

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.