-
Notifications
You must be signed in to change notification settings - Fork 16
OVS_HUB_TER: Add GET endPoint #592
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
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
|||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||||||
Co-authored-by: qodo-code-review[bot] <151058649+qodo-code-review[bot]@users.noreply.github.com>
User description
Adding the GET terminal timestamps endPoint to OVS Hub
PR Type
Enhancement
Description
Add GET endpoint for terminal schedules with comprehensive filtering
Introduce new ServiceSchedule schema with vessel and transport call details
Add support for date range, service code, and pagination parameters
Define Timestamp, Address, VesselSchedule, and TransportCall schemas
Diagram Walkthrough
File Walkthrough
OVS_HUB_TER_v1.0.0.yaml
Add GET terminal schedules endpoint with schemasovs_hub_ter/v1/OVS_HUB_TER_v1.0.0.yaml
/v1/terminal-schedulesendpoint with query parameters for filtering by service code, date
range, and pagination
ServiceScheduleschema containing carrier service detailsand vessel schedules
VesselScheduleschema with vessel information and transportcalls
TransportCallschema with voyage references, location, andtimestamps
Timestampschema for arrival/departure event dataAddressschema for location address details