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
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 )
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
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
The text was updated successfully, but these errors were encountered:
user flow
checklist
appController
level orchestration for the DOM to interface with - theappController
will handle thelocalStorage
relationshipThe text was updated successfully, but these errors were encountered: