OneBusAway / onebusaway-multiregion-support

Support files for multi-region support in OneBusAway
Apache License 2.0
3 stars 5 forks source link

Add support for the new Twitter_URL and Facebook_URL fields in the OBA Server Directory #2

Closed barbeau closed 11 years ago

barbeau commented 11 years ago

Several of the mobile apps provide a Twitter URL in the "Contact Us" section of the app. We should allow regions to specify their own regional Twitter URL, as several regions have already established Twitter accounts.

A new field Twitter_URL has been added to the OBA Server Directory to support this feature: https://docs.google.com/spreadsheet/ccc?key=0AsoU647elPShdHlYc0RJbkEtZnVvTW11WE5NbHNiMXc#gid=0

We need to add the ability to export this field in the JSON and XML output of this project.

A similar field has been added for a Facebook page URL, Facebook_URL. This should also be output to JSON and XML.

barbeau commented 11 years ago

Thanks to @paulcwatts good design, the script automatically picks up new fields from the Google Doc and exports them to JSON and XML, so we don't need to modify anything to support new fields.