chihacknight / chn-ghost-buses

"Ghost buses" analysis project through Chi Hack Night
https://github.com/chihacknight/breakout-groups/issues/217
MIT License
19 stars 14 forks source link

Automate updates to JSON files #50

Open KyleDolezal opened 1 year ago

KyleDolezal commented 1 year ago

Overview The manual task of updating route information could be turned into an automated process.

Problem Updating route information requires the deployment of the entire frontend codebase. This is a manual task, and the codebase (including presentation layer and business logic) need not be tied to the json data for routes.

Proposed Solution