ThePletch / mbta-checkin

MBTA web app to get a quick glimpse of train statuses
4 stars 0 forks source link

Move all hardcoded data into JSON files #42

Closed ThePletch closed 8 years ago

ThePletch commented 8 years ago

The Helpers module shouldn't have hardcoded strings in it (e.g. the icon URLs). These should be moved into JSON files and imported.

ThePletch commented 8 years ago

This is part of the Nearby Stations update currently in progress - heavy refactoring to object-oriented code is taking place, alongside a whole lot of moving data to JSON.

To augment this issue a bit, the following hardcoded data should be moved to JSON:

ThePletch commented 8 years ago

Done.