-
Notifications
You must be signed in to change notification settings - Fork 0
Sanc 28 implement driver trip assignment system #56
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
Open
Lujarios
wants to merge
24
commits into
main
Choose a base branch
from
SANC-28-implement-driver-trip-assignment-system
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 16 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
37bb805
SANC 28: Database instantaition for bookings fix
Lujarios fca3921
SANC 28: Bookings debug page date and time selection
Lujarios c607843
SANC 28: Add Google Maps travel time utility and datetime helpers
Lujarios cb1e5f3
SANC 28: Add list drivers API endpoint
Lujarios f3ad441
SANC 28: Add driver availability overlap check
Lujarios a7a65d4
SANC 28: Add earliest next booking time calculation with travel time
Lujarios 4a8179d
SANC 28: Validate driver availability on booking create/update
Lujarios e77b9be
SANC 28: Validate travel time from previous booking to new pickup wit…
Lujarios 284778d
SANC 28: Show driver availability on debug page before submit
Lujarios eba8b32
SANC 28: Driver dropdown on debug page from listDrivers
Lujarios c0d7e28
SANC 28: Fix end time calculations for bookings
Lujarios 629521a
SANC 28: Add driver availability table to booking debug page
Lujarios f144d8a
SANC 28: Pre-fill Create Booking form with example data
Lujarios d048ed0
SANC 28: Merge main and resolve conflicts in debug bookings and booki…
Lujarios 4511c2b
SANC 28: Fix travel validation between adjacent bookings
Lujarios 5373af2
SANC 28: Refactor bookings router to reduce duplication
Lujarios b965631
SANC 28: Fix docstrings and debug page date and cleanup
Lujarios f02dd6b
SANC 28: Restrict driver email to admins and re-validate driver on up…
Lujarios d95ac26
SANC 28: Add overlap query index and gitignore cleanup
Lujarios 5c174ea
SANC 28: Extract driver schedule table and fix day-overlap and fallba…
Lujarios ab8ca6f
SANC 28: Add adjacent-booking index, estimated-end-time cache, and tr…
Lujarios aa24c8d
SANC 28: Add docstrings
Lujarios d3a2369
SANC 28: Travel-time fallback and cache usage in estimated end time
Lujarios 1579f40
SANC 28: Re-add drizzle/meta to .gitignore
Lujarios File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,8 @@ | |
| /coverage | ||
|
|
||
| # database | ||
| drizzle/meta | ||
| drizzle/meta | ||
| drizzle | ||
|
|
||
| # next.js | ||
| /.next/ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.