chihacknight / ghost-buses-frontend

14 stars 19 forks source link

Decouple route information updates from code base deployments #66

Open KyleDolezal opened 1 year ago

KyleDolezal commented 1 year ago

Overview Route information can be updated on an automated basis without redeploying the application.

Problem Updating route information requires the deployment of the entire 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.

Solution

KyleDolezal commented 10 months ago

To give an update on this issue, next steps are to prepare and merge: