-
Notifications
You must be signed in to change notification settings - Fork 8
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
Drtii 1608 flexible pax endpoint #1939
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.
Nice one !
@@ -35,6 +35,13 @@ class SummariesController @Inject()(cc: ControllerComponents, ctrl: DrtSystemInt | |||
Action(BadRequest(s"Invalid date format for $localDateStr. Expected YYYY-mm-dd")) | |||
} | |||
} | |||
|
|||
private def parseOptionalEndDate(maybeString: Option[String], default: SDateLike): SDateLike = |
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 is not referred anywhere
queueTotals | ||
.filter { | ||
case (slotTime, _) => | ||
println(s"${start.toISOString} <= ${SDate(slotTime).toISOString} < ${end.toISOString}") |
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.
Do you want to keep this println ?
Move keycloak classes & test to drt-lib
Add queues end point with support for flexible slot sizes
Add flights end point
Tests