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

Set pickup/drop_off _type on in-seat transfers #21

Merged
merged 4 commits into from
Mar 20, 2024

Commits on Mar 20, 2024

  1. Set pickup/drop_off _type on in-seat transfers

    If a transfer is in_seat, passengers should be able to embark at the
    last stop of the from_trip of the continuation, and disembark at the
    first stop of the to_trip of the continuation. Update the stop_times to
    reflect this.
    
    Update a simple test case to ensure that this transformation is applied.
    jsteelz committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    abd6e13 View commit details
    Browse the repository at this point in the history
  2. Add test case to make sure that pickup_type and dropoff_type are corr…

    …ectly assigned in split-trip cases
    jsteelz committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9318293 View commit details
    Browse the repository at this point in the history
  3. PR comments

    jsteelz committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5e029b9 View commit details
    Browse the repository at this point in the history
  4. more PR comments

    jsteelz committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f8aa321 View commit details
    Browse the repository at this point in the history