You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: