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

Add Custom Categories #362

Closed
hlargen5 opened this issue May 21, 2020 · 2 comments
Closed

Add Custom Categories #362

hlargen5 opened this issue May 21, 2020 · 2 comments

Comments

@hlargen5
Copy link

hlargen5 commented May 21, 2020

As a user, I would like to create new custom categories, edit their names later, and delete entire categories to enhance the customization of my experience.

Acceptance Criteria:

  • To add a new category, the user will tap the "plus" icon in the top right-hand corner of the Categories screen. This will take them into the add keyboard flow. New categories will be added to the bottom of the categories list, and should appear on the home screen.
  • If a user closes the keyboard without saving, they should receive the discard edits alert.
    - To edit a custom category name, the user will navigate to the category detail screen and tap the pencil icon. This will take them into the edit keyboard flow.
  • If a user closes the keyboard without saving any changes, they should receive the discard edits alert.
  • If a user does not make any changes and closes the keyboard, no alert should be given.
  • To delete an entire category, a user should navigate to the custom category detail screen and tap the trash can icon in the top right-hand corner. This will delete the entire category and all of its custom phrases in both the Categories setting screen and the home screen.
  • A user should receive the "are you sure you want to delete?" alert when tapping the delete category button.

Test Note:
Custom Category labels will be in english only for this ticket.

Design:

https://www.figma.com/file/mNrwUygVhTmuWnKNHHkenR/Vocable-New?node-id=1%3A1344

@stevefosterwta
Copy link
Contributor

I created #390 for the editing and deleting of a custom categories.

@stevefosterwta stevefosterwta changed the title Add/Edit/Delete Custom Categories Add Custom Categories Aug 21, 2020
@SashankPatel
Copy link
Contributor

Implemented on PR391

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

No branches or pull requests

3 participants