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: Add CRUD messages to comments #161

Closed blahosyl closed 2 months ago

blahosyl commented 2 months ago

As a Logged-in User,

I want to see visual confirmation of my CRUD actions on comment,

so that explicitly see if the action is performed

Acceptance Criteria

  1. Toast notification after the following actions:
    1. Comment Create Success
    2. Comment Edit Cancel
    3. Comment Edit Success
    4. Comment Delete Success

Tasks