-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add Lock Support #883
Add Lock Support #883
Conversation
currently missing fields for the Lock DTO that wil be resolved once https://jira.hecdev.net/browse/CTO-147 is completed
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.
couple notes so far
cwms-data-api/src/main/java/cwms/cda/data/dto/location/kind/Lock.java
Outdated
Show resolved
Hide resolved
} | ||
|
||
public String getLevelURI() { | ||
return levelURI; |
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.
This contains a good idea for how to do links: https://cloud.google.com/blog/products/application-development/api-design-why-you-should-use-links-not-keys-to-represent-relationships-in-apis
Probably worth opening up a GitHub Discussion on the topic.
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.
Created a discussion post here: #936
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.
A few notes about the current implementation
Adding reservoir lock support