codeforsanjose / MobilityMap

Allows citizens to engage public transit authority on a map in real-time
GNU General Public License v3.0
2 stars 1 forks source link

Tie hints into shareabouts GIS flags #4

Closed zpallin closed 9 years ago

zpallin commented 9 years ago

The geospacial flags used in Shareabouts need to be linked to the hint system.

  1. put a connector inside of the hint model to the associate geospacial flag.
  2. create a form that allows people to create a hint after they drop a flag somewhere.
  3. The form itself can be on the sidebar, or floating above the flag, or whatever works -- let's worry about making it look nice later while ironing out functionality first.

You may need to investigate how the GIS system works and tie in code there.

This is dependent on #3 being resolved.

zpallin commented 9 years ago

This is probably no longer necessary -- there are icons associated with hint types, which in retrospect appears to solve this issue.