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

Proposal: Add deep links for iOS, Android, and web apps #25

Merged
merged 9 commits into from
Dec 5, 2019

Commits on Apr 27, 2016

  1. Add purchase_url to free bikes and stations

    Applications consuming GBFS would like to show markers for the available bikes and stations on the map, and when the user taps on these show a link that they can follow to rent that particular bike (for free bikes) or a bike at that particular station (for station-based systems).
    
    Currently, to implement this feature rental URLs need to be hard-coded in the application for each bike/share vendor/deployment.
    
    This patch adds the capability to discover these rental_urls directly from the GBFS feed for each free bike and station.
    barbeau committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    979cfa2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Configuration menu
    Copy the full SHA
    c6eab6e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2016

  1. Configuration menu
    Copy the full SHA
    10e8e5d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    6eafdea View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    245ff6a View commit details
    Browse the repository at this point in the history
  2. Update to GBFS-DeepLinks-v2 proposal

    * Based on initial draft reviewed by others in a Google Doc at http://bit.ly/gbfs-deep-links-v2
    * See discussion starting in MobilityData#25 (comment)
    barbeau committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    b2434e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d07aa7d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Remove "first click free" reference

    * The contents of this link has changed since I originally wrote the proposal.
    barbeau committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    1a8aa9c View commit details
    Browse the repository at this point in the history
  2. Add (beta) label to new fields

    Following the goverance pilot process outlined at MobilityData#163 (comment)
    barbeau committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    3e90af2 View commit details
    Browse the repository at this point in the history