-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: derive limits from hastus exports #1204
Conversation
bb4f60c
to
64a7220
Compare
64a7220
to
dac1586
Compare
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.
Looks great! Awesome job!
FYI, we have a known flaky integration test that tends to fail CI atm. There is a task to address it but we haven't prioritized it yet.
i wish this were the case here. i seem to have actually broken some integration tests. working through fixing those! |
23e1116
to
d63db7b
Compare
- Adds start_stop_id and end_stop_id to hastus services - Updates export upload to derive limits from hastus exports - This looks at the stop_sequences for the trips within the services in the export to determine the boundary stops - Renders hastus services with limits in the UI **Note**: This skips an integration test that I could not for the life of me figure out a way to fix. It is unclear to me what exactly wasn't working. The screenshots from the test either showed exactly what the error said was missing or a progress bar. Some sort of race condition? [🏹 Implement HASTUS export-derived limits determination & display](https://app.asana.com/0/584764604969369/1209459244072060/f)
d63db7b
to
d1bede1
Compare
🏹 Implement HASTUS export-derived limits determination & display
Note: This skips an integration test that I could not for the life of me figure out a way to fix. It is unclear to me what exactly wasn't working. The screenshots from the test either showed exactly what the error said was missing or a progress bar. Some sort of race condition?
Reviewer Checklist