DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: CRUD Notifications #32

Closed DarrachBarneveld closed 8 months ago

DarrachBarneveld commented 9 months ago

As a User, I can receive notification messages whenever a CRUD (Create, Read, Update, Delete) action is taken, so that I am informed about the outcome of my actions and any relevant changes.

Acceptance Criteria:

  1. Users receive a notification on a create action
  2. Users receive a notification on a update action
  3. Users receive a notification on a delete action
  4. Pop up toast notifications are displayed in a styled modal

Tasks

DarrachBarneveld commented 8 months ago

All CRUD requests update user with outcome notification