-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ User Notifications (⚠️ devops) 🚨 #3937
✨ User Notifications (⚠️ devops) 🚨 #3937
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3937 +/- ##
======================================
Coverage 85.0% 85.0%
======================================
Files 935 935
Lines 40257 40311 +54
Branches 848 848
======================================
+ Hits 34226 34282 +56
+ Misses 5808 5806 -2
Partials 223 223
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…rc-simcore into feature/push-notifications
…rs.py Co-authored-by: Sylvain <[email protected]>
…rs.py Co-authored-by: Sylvain <[email protected]>
@sanderegg Merci! |
Kudos, SonarCloud Quality Gate passed!
|
Code Climate has analyzed commit 7ce8a29 and detected 0 issues on this pull request. View more on Code Climate. |
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.
👍 Thanks. I will follow up with a PR that cleans it a bit more and adds some tests
What do these changes do?
This PR brings the first iteration of the User Notifications. In this PR 3 notification categories are implemented:
new_organization
study_shared
template_shared
The way it works is as follows:
new_organization
: ...open the organization details in the Preferences Windowstudy_shared
/template_shared
: ...open the More Options view of the resourceSome examples of notifications:
Post notification:
![PostNotifications](https://user-images.githubusercontent.com/33152403/223481046-6ccd8e52-f8fc-4ee0-b2cf-1dc81b85f2b1.gif)
Get and Patch notification:
![GetNotifications](https://user-images.githubusercontent.com/33152403/223481849-b427a384-6daa-487b-b42f-300ada81becd.gif)
Related issue/s
related to #1122
related to ITISFoundation/osparc-issues#751
related to ITISFoundation/osparc-issues#873
closes ITISFoundation/osparc-issues#900
How to test
Checklist