-
Notifications
You must be signed in to change notification settings - Fork 19
mirror OpenProject notifications to Nextcloud #224
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
Conversation
e34e3c9 to
82d307b
Compare
33241f3 to
4a931f4
Compare
f46e359 to
10b4ace
Compare
82d307b to
a6f1a77
Compare
120d2af to
a93a48e
Compare
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
1da9bab to
dfe5c7c
Compare
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
Signed-off-by: Artur Neumann <[email protected]>
| parent::__construct($time); | ||
| // Every 15 minutes | ||
| $this->setInterval(60 * 15); | ||
| $this->setInterval(10); |
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.
need to be reverted
|
@individual-it I am sorry to bother you. From the title of the PR I don't get what this is about. Maybe I don't need to know it? |
Signed-off-by: Artur Neumann <[email protected]>
JS Code CoverageCoverage after merging richNotifications into improveNotifications will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@wielinde the description would not helped ether ;-) |
|
closing in favor of #256 |
part of https://community.openproject.org/projects/nextcloud-integration/work_packages/42323
All current notifications of OpenProject should be mirrored to Nextcloud.
The view is similar to the notification center in OpenProject where the notifications are aggregated by work-package.
Every time the notifications are fetched again from OpenProject, the Nextcloud notifications are dismissed and recreated according to what is the current status in OpenProject.
The Nextcloud dismiss button has basically no functionality, but through the "Mart as Read" button the user can mark all notifications of that work-package as read and they will not be displayed neither in Nextcloud nor in OpenProject