cyklokoalicia / OpenSourceBikeShare

The world's first low-cost and open source bike sharing system. (new version in development, use working "breakthrough" release instead!)
http://opensourcebikeshare.com/
GNU General Public License v3.0
167 stars 70 forks source link

allow config / functionality for dockless scheme #118

Open nekromoff opened 7 years ago

nekromoff commented 7 years ago

Use case:

Scenario: Rent and return of bikes possible without any stands.

  1. User leaves / returns bicycle, system takes the GPS location and saves it on a map.
  2. Next user can see bicycles on a map (instead of stands) and find the closest one.
  3. User comes, sees bicycle, rents it via system using ordinary code/new code cycle.
  4. User returns bicycle and locks it using the new code, system takes the GPS location and saves it.
ewooonk commented 7 years ago

relevant: #94