-
Notifications
You must be signed in to change notification settings - Fork 58
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
Show notifications in GUI #3015
Labels
Comments
This was referenced Jan 20, 2023
mzueva
added a commit
that referenced
this issue
Jan 27, 2023
mzueva
added a commit
that referenced
this issue
Feb 6, 2023
mzueva
added a commit
that referenced
this issue
Feb 6, 2023
* Issue 3015: Show notifications in GUI - pagination + read all * Issue 3015: Show notifications in GUI - pagination + read all * Issue 3015: Show notifications in GUI - on/off ui notifications * Issue #3015 User notifications: add env var to enable UI notifications --------- Co-authored-by: mzueva <mariia_zueva@epam.com>
mzueva
added a commit
that referenced
this issue
Feb 7, 2023
mzueva
added a commit
that referenced
this issue
Feb 22, 2023
Bug |
mzueva
added a commit
that referenced
this issue
Mar 14, 2023
mzueva
added a commit
that referenced
this issue
Mar 14, 2023
* Issue 3015: Show notifications in GUI - pagination + read all * Issue 3015: Show notifications in GUI - pagination + read all * Issue 3015: Show notifications in GUI - on/off ui notifications * Issue #3015 User notifications: add env var to enable UI notifications --------- Co-authored-by: mzueva <mariia_zueva@epam.com>
mzueva
added a commit
that referenced
this issue
Mar 14, 2023
mzueva
added a commit
that referenced
this issue
Mar 14, 2023
NShaforostov
added a commit
that referenced
this issue
Mar 16, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Background
At the moment Cloud Pipeline platform sends notifications to users via email. For many cases it would be useful to show such notifications in the GUI as well.
Approach
UserNotification
entities (userId
,subject
,text
,dateCreated
,(un)read flag
,dateRead
). CRUD operation shall be implemented to create, delete, get list of notifications for a user.NotificationManager
level.The text was updated successfully, but these errors were encountered: