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

# User Story V - Remove Task #130

Closed
3 tasks done
Tracked by #68
mnichols08 opened this issue Jan 23, 2024 · 3 comments · Fixed by #272
Closed
3 tasks done
Tracked by #68

# User Story V - Remove Task #130

mnichols08 opened this issue Jan 23, 2024 · 3 comments · Fixed by #272
Assignees
Labels
feat feature
Milestone

Comments

@mnichols08
Copy link
Contributor

mnichols08 commented Jan 23, 2024

User Story V

As a user I can remove a task so that the interface does not get over encumbered.

@mnichols08 mnichols08 added the feat feature label Jan 23, 2024
@mnichols08 mnichols08 added this to the Sprint 5 milestone Jan 23, 2024
@Stacy-Riley Stacy-Riley self-assigned this Feb 8, 2024
@Stacy-Riley
Copy link
Contributor

I'll start working on this.

@Stacy-Riley
Copy link
Contributor

Stacy-Riley commented Feb 8, 2024

I took some time to think about what would be needed to complete these items and listed them below:

  1. User can press "Trashcan" icon and the task disappears from its category.
  2. Task is moved to a completed array and stored for bonus item below.

I suggest we save this for a bonus item:

  1. "Complete Folder" (we don't have a design for this.) This will house all the items the user deleted.
  2. User can open the completed folder and another page or modal opens up.
  3. The tasks are listed and in the "checked" format, the same format as displayed in the initial app view.
  4. If the user un-selects a task, it will disappear and return to its category.
  5. There will be a "Delete All" button at the top of this "Complete Folder".
  6. User presses "Delete All" button and a message modal displays.
  7. Message appears stating "This will be a permanent delete of your completed tasks. Would you like to continue?"
  8. There will need to be two buttons: "Yes, delete all" and "No, cancel".
  9. "No, cancel" closes the modal message popup and leaves the user still inside of the "Complete Folder".
  10. "Yes, delete all" removes all tasks from the "Complete" array and nothing will be displayed. User will still be inside of the "Completed Folder" or we can send them back to the app.
  11. Either way, the "Completed Folder" will need an (X) to close it and return user to app.

@Stacy-Riley Stacy-Riley linked a pull request Feb 8, 2024 that will close this issue
@mnichols08 mnichols08 reopened this Feb 8, 2024
@Stacy-Riley
Copy link
Contributor

I am trying to push a secondary branch here but it continues to reject in my terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants