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:
Users receive a notification on a create action
Users receive a notification on a update action
Users receive a notification on a delete action
Pop up toast notifications are displayed in a styled modal
Tasks
[x] Create notifications for create action
[x] Create notifications for update actions
[x] Create notifications for delete actions
[x] Style a modal in accordance with theming
[x] Display the outcome of the action on the popup
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:
Tasks