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

17. As a user, I want to be able to delete a selected list #36

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

17. As a user, I want to be able to delete a selected list #36

trushmi opened this issue Mar 23, 2024 · 0 comments
Assignees

Comments

@trushmi
Copy link
Member

trushmi commented Mar 23, 2024

Summary:

To improve the user experience and allow users to keep their lists tidy, implement functionality that allows users to delete a selected list directly within the UI.

Acceptance criteria:

  • On the home page, add a delete button to every list the user has on the home page.
  • If the user clicks delete, the system should show a message asking if the user is sure they want to delete the list and inform them that all items in the selected list will also be deleted. If the user confirm their choice, delete the list along with all its items.
  • Create a deleteList function in firebase.js to remove a list from the Firestore database.

Notes:

Activating the "Delete" button should prompt a confirmation dialog. We want to give users a chance to confirm "destructive" actions.

@trushmi trushmi self-assigned this Mar 26, 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