blahosyl / task-manager-frontend

On Fire 🔥 - the cheerful productivity app | PP5 Code Institute
https://pp5-task-manager-frontend-eebb66e2c99d.herokuapp.com/
0 stars 2 forks source link

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

Closed blahosyl closed 3 months ago

blahosyl commented 3 months ago

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

blahosyl commented 3 months ago

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.