-
Notifications
You must be signed in to change notification settings - Fork 1
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
BI-1910 - Allow Breeder to Upload a Genotype Sample File #306
Conversation
var legalGermplasmName = germplasm.getDefaultDisplayName().replaceAll(SAMPLE_NAME_ILLEGAL_CHARS_REGEX, "_"); | ||
String name = String.format(SAMPLE_NAME_FORMAT, legalGermplasmName, plate.getPlateName(), row, Integer.parseInt(column)); | ||
|
||
if(name.length() > 100) { |
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.
What's the significance of length 100?
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.
@nickpalladino This is a DArT restriction
@Client("/${micronaut.bi.api.version}") | ||
private RxHttpClient client; | ||
|
||
// private final Gson gson = new GsonBuilder().registerTypeAdapter(OffsetDateTime.class, (JsonDeserializer<OffsetDateTime>) |
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.
Can remove this I think
014890e
to
25d77d3
Compare
…atch the object type being saved
…ssions Able to fetch submissions. Able to generate a DArT submission file. Able to submit them via BrAPI to a vendor. Able to update the status. Able to automatically check the status of a submission.
25d77d3
to
7ae9224
Compare
Description
Story: https://breedinginsight.atlassian.net/browse/BI-1910
Defined new endpoints for creating and managing sample submissions including:
Dependencies
Testing
See testing instructions in Breeding-Insight/bi-web#343
Checklist: