-
Notifications
You must be signed in to change notification settings - Fork 493
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
API for creating OAI-PMH sets #4096
Conversation
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.
I feel like the check for set-name-already-in-used is needed. Would be just a matter of copy-and-pasting the 4 or so lines of code from HarvestingSetsPage.java. I can do that (but I understand this issue is lower priority at this point). I would also like to correct the word "definition" that is spelled as defination in a couple of places. (the parser expects it to be like that in the JSON too)
@pdurbin my thinking on this one hasn't changed; but it's not at the top of the priority list at the moment. |
I think this one may be ready for another look. @sekmiller addressed what looks to me like all of @landreev's requests; and I added a few tests. |
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.
I was going to suggest that we try to send the set definition query to the search engine, and check if it results in any hits... similarly to what we are doing in the GUI... But eventually decided it's not needed in the API. So, approving and moving along.
New Contributors
Welcome! New contributors should at least glance at CONTRIBUTING.md, especially the section on pull requests where we encourage you to reach out to other developers before you start coding. Also, please note that we measure code coverage and prefer you write unit tests. Pull requests can still be reviewed without tests or completion of the checklist outlined below. Thanks!
Related Issues
Pull Request Checklist