-
Notifications
You must be signed in to change notification settings - Fork 231
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
Update Passenger Services Mode for new commuter shuttle fields #927
Open
matthewmarwedel
wants to merge
4
commits into
openmobilityfoundation:dev
Choose a base branch
from
matthewmarwedel:dev
base: dev
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.
Conversation
This file contains 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
adding route_id field to [Events, Trips, Telemetry] adding stop_sequence field to [Events, Trips] Signed-off-by: Matthew Marwedel <[email protected]>
Some items to consider, based on OMF staff discussion with SFMTA staff.
|
This was
linked to
issues
Feb 10, 2025
We will be discussing this at this week's MDS Working Group meeting. Please review and leave your comments and use cases and questions ahead of time. |
This was referenced Feb 10, 2025
Hi all, Replying to earlier discussion points with my thoughts
|
Added service id and GTFS integration for to events, trips, and telemetry. Added stop_sequence to Telemetry. Signed-off-by: Matthew Marwedel <[email protected]>
Added gtfs_api_url column with blank values for now. Signed-off-by: Matthew Marwedel <[email protected]>
Corrected some comma errors Signed-off-by: Matthew Marwedel <[email protected]>
I added a new commit to the pull request finalizing a few changes discussed above.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Agency
Specific to the Agency API
enhancement
New feature or request
Policy
Specific to the Policy API
Provider
Specific to the Provider API
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.
name: Matthew Marwedel, SFMTA @matthewmarwedel supported by @Mu-yi-Zhou, @monachiu, and @alexdemisch (SFMTA)
about: Suggest changes to MDS to support commuter shuttles within passenger services mode
title: Adding new fields to Passenger Services mode to support Commuter Shuttles
Explain pull request
SFMTA would like to update the passenger services mode in MDS to include support for commuter shuttles. Most fields in passenger services match the needs of commuter shuttle (such as stop_id, lat, long, etc.) We would like to add three additional fields for commuter shuttle use. These fields would be optional (required for commuter shuttle use case, but optional as an MDS field). When those fields are implemented, we would like to add support to integrate GTFS endpoints to passenger services mode to track shuttle routes.
Initial pull request includes:
adding service_id field to [Events, Trips, Telemetry]
adding route_id field to [Events, Trips, Telemetry]
adding stop_sequence field to [Events, Trips, Telemetry]
Once this is implemented we will build on the pull request for the following:
adding GTFS integration in MDS for route_id and service_id
Is this a breaking change
A breaking change would require consumers or implementors of the API to modify their code for it to continue to function (ex: renaming of a required field or the change in data type of an existing field). A non-breaking change would allow existing code to continue to function (ex: addition of an optional field or the creation of a new optional endpoint).
We would like to add some optional fields fields to passenger services mode along with an optional Schedule endpoint in the future to support commuter shuttles. Existing code will continue to function.
Impacted Spec
Which spec(s) will this pull request impact?
agency
provider
policy
Additional context
N/A