Skip to content

Conversation

@rtisma
Copy link
Contributor

@rtisma rtisma commented Jan 13, 2020

  • added analysisTypeId validation via jsonSchema instead of in java code
  • renamed /schemas/meta endpoint to /schemas/registration and associated method calls and variables
  • made registration a prohibited analysisType name and added test
  • added json schema constraint that matchedNormalSubmitterSampleId must be null when tumourNormalDesignation != 'Tumour'
  • adjusted all fixtures for new base schema constraint

@rtisma rtisma requested a review from andricDu January 13, 2020 13:56
@rtisma rtisma self-assigned this Jan 13, 2020
@rtisma rtisma added this to the Code Monkeys - Sprint 21 milestone Jan 13, 2020
// GET /schemas/meta
public ResponseOption getMetaSchemaGetRequestAnd() {
return initWebRequest().endpoint(SLASH.join(SCHEMAS, META)).getAnd();
// GET /schemas/registration
Copy link
Contributor

Choose a reason for hiding this comment

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

don't need to change now, but proper java doc on public methods if you are going to comment

@rtisma rtisma merged commit 232b8c6 into develop Jan 13, 2020
@rtisma rtisma deleted the fix-matched-normal branch January 13, 2020 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants