-
Notifications
You must be signed in to change notification settings - Fork 0
Enable external primary data and results #157
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
Conversation
…o jb/#145-externalprimarydata
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 quite nice already. Some minor points and questions from my side.
Please remember to look into SonarQube issues that are solvable, and to remove unused imports.
src/main/java/edu/ie3/simona/api/data/primarydata/PrimaryDataFactory.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/simona/api/data/primarydata/ontology/PrimaryDataMessageToExt.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/simona/api/data/results/ResultDataFactory.java
Outdated
Show resolved
Hide resolved
src/test/groovy/edu/ie3/simona/api/data/results/ExtResultsDataTest.groovy
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/simona/api/data/primarydata/ExtPrimaryData.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/simona/api/data/primarydata/ExtPrimaryData.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/simona/api/data/results/ontology/RequestResultEntities.java
Show resolved
Hide resolved
!test |
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.
Some more minor comments
src/main/java/edu/ie3/simona/api/data/results/ExtResultsData.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/simona/api/data/primarydata/ExtPrimaryData.java
Outdated
Show resolved
Hide resolved
src/test/groovy/edu/ie3/simona/api/data/results/ExtResultsDataTest.groovy
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/simona/api/data/results/ExtResultsData.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/simona/api/data/results/ExtResultsData.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/simona/api/data/results/ExtResultsData.java
Outdated
Show resolved
Hide resolved
src/test/groovy/edu/ie3/simona/api/data/results/ExtResultsDataTest.groovy
Outdated
Show resolved
Hide resolved
src/main/java/edu/ie3/simona/api/data/results/ExtResultsData.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.
Maybe I could still find new points like the one below, but also we want to get through with this... ;)
Resolves #145