-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bump curation version to v0.26.0 (SCRUM-3367) #1130
Conversation
Do we really want to change diseaseRelation to relation everywhere? This will presumably require UI changes too. Or do we just want to change it in the indexer where pulling the information from the curation system and creating the search documents? |
Well why did we change the property name but not the display name in the curation application? Changing backend name but not display name is an anti-pattern to my opinion and should be avoided unless there is a good reason to. |
We changed the property name in the curation system because it was at odds with the LinkML model. The search documents do not follow the LinkML model. I agree that consistency is good, but think that this requires a bit more thought as to what we change and when. For example, why replace |
That said, I'm not particularly familiar with the code in either this repo or the UI one so I will leave it to @cmpich or @oblodgett to approve this PR or request changes. |
agr_java_core/src/main/java/org/alliancegenome/api/entity/DiseaseAnnotationDocument.java
Outdated
Show resolved
Hide resolved
agr_java_core/src/main/java/org/alliancegenome/api/entity/DiseaseAnnotationDocument.java
Outdated
Show resolved
Hide resolved
agr_java_core/src/main/java/org/alliancegenome/api/entity/DiseaseAnnotationDocument.java
Outdated
Show resolved
Hide resolved
agr_java_core/src/main/java/org/alliancegenome/api/entity/DiseaseAnnotationDocument.java
Show resolved
Hide resolved
agr_java_core/src/main/java/org/alliancegenome/api/entity/DiseaseAnnotationDocument.java
Show resolved
Hide resolved
Alright, thanks, mind approving the UI PR as well @oblodgett? (alliance-genome/agr_ui#1213) |
No description provided.