Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Category Management UI #10

Open
jschnapper opened this issue Jul 14, 2021 · 0 comments
Open

Create Category Management UI #10

jschnapper opened this issue Jul 14, 2021 · 0 comments
Assignees

Comments

@jschnapper
Copy link
Contributor

jschnapper commented Jul 14, 2021

Create a page to manage the categories. Please create low-fi or high-fi mockup before implementing. This page will make use of the existing category api endpoints

This is a work in progress in the categories branch

We should be able to list all the categories, add a category, edit a category, and delete a category from the UI

To edit a category, you should be able to select a category in the table, which should pull up a screen or modal to edit that existing category.

To delete a category, you should be able to select the category in the table to delete it. When you delete a category, go through all the existing items and remove that category from those items (use the unique id for the category).

For reference:
The restrictions field is an optional field used to indicate if this category has a "limit," which is referenced on the ordering page. For instance, if you are allowed only 2 items max for a category.

The descriptions can be used to describe what the category is as well as to indicate how to select the item (for instance, rank your choices -- 1 being the highest priority) on the order page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants