Skip to content
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 - Administer/Log #251

Merged
merged 8 commits into from
Mar 4, 2024

Conversation

@tdonohue
Copy link
Member

@steph-ieffam and @frabacche : Please update this based on the latest main now that the initial COAR Notify work is merged. This PR currently seems to have overlap with the COAR Notify REST Contract #249 that was already merged.

@tdonohue tdonohue self-requested a review February 29, 2024 18:17
@tdonohue tdonohue added this to the 8.0 milestone Feb 29, 2024
ldnmessages.md Outdated
* 405 Method Not Allowed

## enqueueRetry
**/api/ldn/ldnmessages/enqueueretry/<:id>**
Copy link
Member

@tdonohue tdonohue Mar 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abollin & @steph-ieffam i : Please correct me if I'm wrong, but this doesn't seem to align with our REST Contract? https://github.com/DSpace/RestContract/blob/main/README.md#on-sub-path-of-a-single-resource-endpoint-associations

This looks like it should be an "association" style endpoint, but it's not structured as such. I don't recall any other endpoints that have a structure of /api/[category]/[endpoint-name]/[subpath]/[uuid]. Am I misunderstanding this endpoint?

I also find this design odd that you have to send a GET request to perform an "action" (trying to add back into the queue). In other endpoints, this seems to be a POST or PUT style endpoint.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the path be **/api/ldn/ldnmessages/<:id>/enqueueretry** instead of **/api/ldn/ldnmessages/enqueueretry/<:id>** as it currently is?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frabacche : I'd recommending asking that question to @abollini . I'm not sure I understand this endpoint completely yet. But, it seems incorrectly designed to me. I think making it /api/ldn/ldnmessages/<:id>/enqueueretry seems more correct... but I still don't know that it should be a GET request either. It's very odd looking to me and I'm not sure I have a recommendation yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tdonohue the GET is an awful typo, sorry for that it should be POST actually and also the URL should be changed as noted.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@steph-ieffam : The current implementation in LDNMessageRestController is using GET. You can see that in the LDNMessageRestControllerIT in DSpace/DSpace#9268 So, the implementation would also require an update as it appears to be using GET as far as I can tell.

Copy link
Member

@tdonohue tdonohue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@steph-ieffam : Please update this PR on the latest main. It's very difficult to review as it contains all the changes made in the first COAR Notify Contract PR. If you update this against main, it should be much smaller than 1,000+ lines

@frabacche
Copy link
Contributor

  • the ldn message enqueueRetry has been moved as required;
  • main has been merged into this branch;

@frabacche frabacche requested a review from tdonohue March 4, 2024 12:32
Copy link
Member

@tdonohue tdonohue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 @steph-ieffam and @frabacche : Thanks for updating this. This looks good/correct to me. I'll wait to merge though until the backend is ready to merge.

@tdonohue tdonohue merged commit 02764cb into DSpace:main Mar 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration: COAR Notify / LDN Related to Linked Data Notifications (LDN) or COAR Notify services new feature
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

4 participants