-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/new data model #36
Conversation
Duplication will remain an issue. The main reason there is duplication is to keep all Terms separate. This helps the overview and allows the implementation of custom logic for terms. The duplication is minimal, a single line per term. However as we have a lot of terms it does add up |
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.
Mamma mia... 🍝
Congratulations on the new data model. There's a lot of very similar terms that are easy to get mixed up, just be mindful of that.
src/main/java/eu/dissco/core/translator/terms/DigitalObjectDirector.java
Outdated
Show resolved
Hide resolved
src/main/java/eu/dissco/core/translator/terms/DigitalObjectDirector.java
Outdated
Show resolved
Hide resolved
src/main/java/eu/dissco/core/translator/terms/DigitalObjectDirector.java
Outdated
Show resolved
Hide resolved
src/test/java/eu/dissco/core/translator/terms/specimen/identification/DateIdentifiedTest.java
Outdated
Show resolved
Hide resolved
.../java/eu/dissco/core/translator/terms/specimen/identification/taxonomy/SpecimenNameTest.java
Outdated
Show resolved
Hide resolved
src/test/java/eu/dissco/core/translator/terms/specimen/occurence/OrganismQuantityTypeTest.java
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.
We're almost there!!
src/main/java/eu/dissco/core/translator/terms/DigitalObjectDirector.java
Show resolved
Hide resolved
src/main/java/eu/dissco/core/translator/service/BioCaseService.java
Outdated
Show resolved
Hide resolved
src/main/java/eu/dissco/core/translator/terms/DigitalObjectDirector.java
Outdated
Show resolved
Hide resolved
src/main/java/eu/dissco/core/translator/terms/DigitalObjectDirector.java
Outdated
Show resolved
Hide resolved
src/main/java/eu/dissco/core/translator/terms/media/AccessRights.java
Outdated
Show resolved
Hide resolved
src/main/java/eu/dissco/core/translator/terms/specimen/occurence/DataGeneralizations.java
Show resolved
Hide resolved
SonarCloud Quality Gate failed. 0 Bugs 94.8% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
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.
🥇 🔥 🍾
Implement the new data model. Lots of new terms which are being harmonised to openDS from ABCD and DWC.
Includes:
Know issues:
Will also at some point go over all ABCD(EFG) terms and see if we missed any that could be mapped.
Will also at some point go over all DWC terms and see if we missed any