-
Notifications
You must be signed in to change notification settings - Fork 0
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
US22 // notification on actions #44
Comments
Well done, It's always a good idea to inform the user that something happened/worked. Just my personal preference: besides removing the notification after some time, I (as a user) like to have the option to manually remove it too. For example by adding a tiny "x"/"close" button in the corner of the popup. It's a bit more to work on, therefore you could just keep this in mind 😉 |
skipped to US 'fix' due to avoid merge conflicts with other USs. These must wait :/ |
Value Proposition
As a
user
I want to se a notification on relevant actions
so that i get some quick feedback
Description
Acceptance Criteria
see a notification on performed action for:
new part creation
part edited
part deleted
new item creation
item image set
targetPrice set
soldForPrice set
new category creation
category edited
category deleted
notification disappears after some time has passed
Tasks
create branch
feature/us22/popup-notification
and switch into itcreate popUp-notification-component
insert popup-notification-component into all functions to fit Acceptance Criteria
The text was updated successfully, but these errors were encountered: