Skip to content
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

Merged
merged 7 commits into from
Dec 9, 2024
Merged

Feature/api definition #85

merged 7 commits into from
Dec 9, 2024

Conversation

mjunkin
Copy link
Collaborator

@mjunkin mjunkin commented Nov 28, 2024

No description provided.

Copy link

@dhlevi dhlevi left a 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;
Copy link

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

Copy link

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;
Copy link

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

@mjunkin mjunkin merged commit c5280a8 into main Dec 9, 2024
11 checks passed
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.

2 participants