-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue 2471 notification #2519
base: develop
Are you sure you want to change the base?
Issue 2471 notification #2519
Conversation
Hello there, I have some doubts that I would like to share. First and foremost this is my work until now:
The final result can be seen by the following code and prints:
My questionI don't understand if the changes requested are these or if the reasons"forced" and "timeout" should be something that the user never has to actually state |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not commit file that are not related to the PR
I suppose this PR is missing a front-end part ?
How should that part be handled ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file shouldn't be committed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file shouldn't be committed
Hello there @FredLL-Avaiga, thank you for the reply
For now there are no front-end modifications, I just wanted to clarify my previous question so that I am aware on what needs to be done |
Hello there @FabienLelaquais, I don't understand if the changes requested are the ones that I made (the user inputs the reason whenever he closes the notification), or if the reasons "forced" and "timeout" should be something that the user never has to actually state. You also said this:
However, when I try create multiple notifications there is a limit of 5 notifications that are displayed simultaneously, and whenever there is a sixth notification, one of the older notifications will be removed (in a First In First Out manner) . Looking forward to hearing from you |
Hi @Andre-Pestana0 Now. Does that makes sense? |
@FabienLelaquais |
What type of PR is this? (check all applicable)
Description
Implementation of a way to now if a notification was closed or not, including a callback function for the notification and the reason behind it.
Related Tickets & Documents
How to reproduce the issue
Please replace this line with instructions on how to reproduce the issue or test the feature.
Other branches or releases that this needs to be backported
Describe which projects this change will impact and that needs to be backported.
Checklist
We encourage you to keep the code coverage percentage at 80% and above.