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: Confirm Create/Edit/Delete Completion/Cancel #29

Closed
14 tasks done
blahosyl opened this issue Aug 1, 2024 · 1 comment
Closed
14 tasks done

USER STORY: Confirm Create/Edit/Delete Completion/Cancel #29

blahosyl opened this issue Aug 1, 2024 · 1 comment
Assignees
Labels
e: ux tasks Epic: UX for Tasls mentor Issue suggested by or discussed with my mentor p: could have Priority: Nice to have

Comments

@blahosyl
Copy link
Owner

blahosyl commented Aug 1, 2024

As a User,

I want to see explicit confirmation when a task has successfully been deleted,

so that I can be sure the deletion was completed

Acceptance Criteria

  1. A confirmation notification shows up after successful user-initiated CRUD actions

My mentor recommended toastify for showing notifications.

Tasks

  • install toastify
  • add <ToastContainer /> to App.js
  • add msg TaskCreateSuccess
  • add msg TaskCreateCancel
  • add msg to TaskEditSuccess
  • add msg to TaskEditCancel
  • add msg to TaskDeleteSuccess
  • add msg to TaskDelete Cancel
  • add msg to ProfileEditSuccess
  • add msg to ProfileEditCancel
  • add msg to UsernameEditSuccess
  • add msg to UsernameEditCancel
  • add msg to PasswordEditSuccess
  • add msg to PasswordEditCancel
@blahosyl blahosyl self-assigned this Aug 1, 2024
@blahosyl blahosyl moved this to Backlog in Task Manager Aug 1, 2024
@blahosyl blahosyl added the p: could have Priority: Nice to have label Aug 1, 2024
@blahosyl blahosyl mentioned this issue Aug 1, 2024
7 tasks
blahosyl added a commit that referenced this issue Aug 1, 2024
Move Confirmation modal into a different component or use a page instead
@blahosyl blahosyl changed the title USER STORY: Confirm Deletion Complete USER STORY: Confirm Task Deletion Completion Aug 1, 2024
@blahosyl blahosyl added e: ux comments Epic: UX for Comments e: ux tasks Epic: UX for Tasls and removed e: ux comments Epic: UX for Comments labels Aug 1, 2024
@blahosyl blahosyl added this to the Sprint 2 milestone Aug 4, 2024
@blahosyl
Copy link
Owner Author

blahosyl commented Aug 13, 2024

The current version of toastify (10.0.5.) does not work with the version of node used in the project (node v16.20.2 npm v8.19.4).

Image

Based on a StackOverflow recommendation, I installed toastify version 9.0.3.

@blahosyl blahosyl added the mentor Issue suggested by or discussed with my mentor label Aug 14, 2024
blahosyl added a commit that referenced this issue Aug 14, 2024
must be version 9.0.3
blahosyl added a commit that referenced this issue Aug 14, 2024
@blahosyl blahosyl changed the title USER STORY: Confirm Task Deletion Completion USER STORY: Confirm Create/Edit/Delete Completion Aug 14, 2024
@blahosyl blahosyl changed the title USER STORY: Confirm Create/Edit/Delete Completion USER STORY: Confirm Create/Edit/Delete Completion/Cancel Aug 14, 2024
blahosyl added a commit that referenced this issue Aug 14, 2024
@blahosyl blahosyl moved this from In Progress to Done/Won't do in Task Manager Aug 15, 2024
@blahosyl blahosyl closed this as completed by moving to Done/Won't do in Task Manager Aug 15, 2024
blahosyl added a commit that referenced this issue Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e: ux tasks Epic: UX for Tasls mentor Issue suggested by or discussed with my mentor p: could have Priority: Nice to have
Projects
Status: Done/Won't do
Development

No branches or pull requests

1 participant