Add driver exclusion by group id
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m56s

This commit is contained in:
Arnaud Delcasse
2026-01-14 10:36:02 +01:00
parent 606b84a60a
commit 8875adbcbb
6 changed files with 51 additions and 16 deletions

View File

@@ -65,6 +65,7 @@ message GetDriverJourneysRequest {
google.protobuf.Timestamp departure_date = 5;
optional int64 time_delta = 6;
bool noreturn = 7;
optional string exclude_group_id = 8; // Exclude drivers who have bookings in this group
}
message GetDriverJourneysResponse {