-
Notifications
You must be signed in to change notification settings - Fork 4
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/api definition #85
Conversation
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 good, still preliminary in places so no comments on the todo's or commented out bits as that'll get cleaned up later I'm sure.
Notice a lot of hard-coded file names/paths, not sure if we would want to move this into a config/param file. A null check or two won't kill you, though tracing through things it doesn't seem high risk!
@@ -3,6 +3,7 @@ | |||
import org.slf4j.Logger; | |||
import org.slf4j.LoggerFactory; | |||
|
|||
import ca.bc.gov.nrs.vdyp.backend.v1.api.impl.exceptions.NotFoundException; |
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.
Import added, but no other changes so not sure if this is just a useless import or one missing from previous code changes
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.
nvm, expanded the rest of the class and see it on the rootGet call
@@ -0,0 +1,36 @@ | |||
package ca.bc.gov.nrs.vdyp.backend.v1.utils; |
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.
No accounting for null inputs in these, but I assume that's a pretty low likelyhood
Quality Gate passedIssues Measures |
No description provided.