-
Notifications
You must be signed in to change notification settings - Fork 435
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
Coar Notify Integration #2681
Coar Notify Integration #2681
Conversation
… into CST-11012-demo
CST-11012 demo
CST-11048 Approved-by: Andrea Bollini
…button and alias for api call
…pdated in real time when editing/creating/deleting services related stuff, added modals to confirm/reset
Hi @frabacche, |
…attern are configured on LDN Notify Services
Hi @frabacche, |
Hi @frabacche, |
@frabacche or @FrancescoMolinaro : please rebase this so that it no longer has merge conflicts so that it can be tested again. (I just added this same note to the backend PR as well) |
@frabacche and @FrancescoMolinaro: I gave this a code review today. It appears all my prior feedback is addressed. However, I'm unable to test or merge this until the merge conflict is resolved. |
@frabacche & @FrancescoMolinaro : I'm still testing this but found a small bug: If I disable this feature via
This error can also be found in the SSR logs with a bit more detail:
It appears to only occur when this feature is disabled. No similar error appears when I'm still testing, but wanted to report this immediately. If it turns out to be the only error, I may still approve this & create a bug ticket for you to resolve in the next set of COAR Notify PRs. |
|
||
"mydspace.qa-event-notification.check.notification-info": "There are {{num}} pending review to check", | ||
|
||
"mydspace.qa-event-notification-info.check.button": "Check", |
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.
There are 4 keys in a row here that are duplicates. The keys on 6165-6171 can be removed because they already appear in this file.
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 @frabacche and @FrancescoMolinaro ! My prior feedback has been addressed. However there are two very minor issues that remain. In order to move this along & free up the other PRs, I'm going to merge this as-is and log a bug ticket to fix the two remaining issues.
The two remaining issues are:
- An error occurs when this feature is disabled. See Coar Notify Integration #2681 (comment)
- Duplicate i18n keys exist. The ones added by this PR should be removed as they override the changes made in WITHDRAW / REINSTATE requests for an item #2759 . See Coar Notify Integration #2681 (review)
Added a bug ticket which must be resolved in follow-up work: #2842. Assigned to @frabacche |
Added the necessary done() calls back & fixed tests
Description
Quality Assurance Events and LDN Message Protocol.
Based on these old Pull Requests:
Related to new Pull Requests:
Continues on:
Instructions for Reviewers
Technical implementations documented here : https://wiki.lyrasis.org/pages/viewpage.action?pageId=319815713
Checklist
This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!
yarn lint
yarn check-circ-deps
)package.json
), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.