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

20. As a User I want to be able to edit List names #34

Open
3 tasks
sillytsundere opened this issue Mar 23, 2024 · 0 comments
Open
3 tasks

20. As a User I want to be able to edit List names #34

sillytsundere opened this issue Mar 23, 2024 · 0 comments

Comments

@sillytsundere
Copy link
Collaborator

sillytsundere commented Mar 23, 2024

Summary

After a User has created a new List, they will have the option to edit the name of the list by submitting a new name on the Manage List page.

Acceptance Criteria

  • On Manage List Page users will see a label prompting them to edit a list, this is coupled with a text box users can enter a new List Name, and a submit button
  • When Users click the submit button, the List name will be updated and upon navigating back to the Home Page or List page, they will see the updated List name
  • the firebase.js file has a new EditList function which edits the List name in the firebase database

Notes

Conversely, this could be accomplished with an edit button next to the delete button on the Home page next to the List name. Clicking this button would render a popup box/modal that users could enter the new name into and click a submit button to edit the list name. After receiving a confirmation that the List name was successfully changed they could observe the changed list name on the Home page.

Consider User experience and best practices for this issue and the how it will be executed.

@sillytsundere sillytsundere changed the title 20. As a User I want to be able to edit List names after creating them and edit Item names after I have added them to a list 20. As a User I want to be able to edit List names Apr 1, 2024
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

1 participant