-
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
[PPANTT-120] feat: Implement Station Maintenances' APIs #32
Conversation
src/main/java/it/pagopa/selfcare/pagopa/controller/StationMaintenanceController.java
Outdated
Show resolved
Hide resolved
@Builder | ||
@AllArgsConstructor | ||
@NoArgsConstructor | ||
public class MaintenanceHoursSummaryResource { |
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.
specify the format for the fields of this class
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 hours are not in a specific date format, they're composed of hours on base 10 and minutes on base 60. Example: 30 and half hours is "30:30", 30 and a quarter is "30:15", 30 is "30" without minutes
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.
Yes there isn't a date format but the client doesn't know how pass the value (ex: "30:15"). Can you put the example and a description in the swagger please?
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.
see the comments
…anged RequestBody properties names
…apis' into PPANTT-120-station-maintenances-apis
…cription to an example
resolve the new issue of sonar |
This PR exceeds the recommended size of 400 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Quality Gate passedIssues Measures |
List of Changes
Motivation and Context
PPANTT-120
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: