-
Notifications
You must be signed in to change notification settings - Fork 31
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
Unify validate sample names #1353
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.
Functionality looks great, just need to optimize the Repository method so that we can execute 1 query vs N queries.
src/main/java/ca/corefacility/bioinformatics/irida/ria/web/services/UIProjectSampleService.java
Outdated
Show resolved
Hide resolved
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.
Looks good, just one comment and this is good to merge.
Description of changes
Unify validate sample name into one endpoint.
Related issue
#1349
Checklist
Things for the developer to confirm they've done before the PR should be accepted:
[ ] Tests added (or description of how to test) for any new features.[ ] User documentation updated for UI or technical changes.