Skip to content
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

Trips that Cross Midnight Show Inconsistent Status #44

Open
stephenyeargin opened this issue Jul 24, 2022 · 0 comments
Open

Trips that Cross Midnight Show Inconsistent Status #44

stephenyeargin opened this issue Jul 24, 2022 · 0 comments

Comments

@stephenyeargin
Copy link
Member

stephenyeargin commented Jul 24, 2022

Scenario: Several trips will cross over midnight (e.g. start at 11:30 p.m. and end at 12:15 p.m.).

Result: The stop rows for these trips will become "active" again if viewed after midnight, with some stops shown as completed in the middle of the trip while the rest are incomplete.

Desired Behavior: Trips in this scenario are designed with a time that exceeds 24:00 (showing that they complete the following day. A look-behind check is done to see if the trip is in this category, adjusting the time comparison based on preceding day rather than current. This may need to be for a window of a few hours in the early morning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant