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

i can delete a project #28

Closed
4 tasks done
Tracked by #4
henrylin03 opened this issue May 22, 2024 · 0 comments · Fixed by #42
Closed
4 tasks done
Tracked by #4

i can delete a project #28

henrylin03 opened this issue May 22, 2024 · 0 comments · Fixed by #42
Assignees

Comments

@henrylin03
Copy link
Owner

henrylin03 commented May 22, 2024

user flow

  1. user hovers over the project name in nav
  2. when user does (1), a bin icon appears
  3. if a user clicks on the bin icon, a modal opens (see wireframe below) to confirm deletion (modal should also advise that the composite tasks will move into "Inbox", in prep for (or in tandem with) when i delete a project, all of its tasks move to "Inbox" #31 )
    image
  4. in the modal, if the user confirms deletion (whether clicking button or pressing enter key), the user is taken to the inbox, where the composite tasks of the deleted project will be
  5. in the modal, if the user cancels deletion (whether clicking cancel or just escape key), nothing happens - user still sees the project page that they're on, whatever it is

checklist

  • build modal (i feel it should be similar to the one built in as a user, i can delete a task #26 for task, with slight changes in copy - try to DRY here)
  • add event listeners
  • write event handlers
  • write appController level orchestration for the DOM to interface with - the appController will handle the localStorage relationship
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant