Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple route information updates from code base deployments #66

Open
KyleDolezal opened this issue Mar 29, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@KyleDolezal
Copy link
Collaborator

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

  • Fetch route data from a remote host instead of the local codebase. A proof of concept is here. By replacing the route json, the information data can be updated without a deployment.
  • Consider automating the process of calculating/curating route information. GitHub Actions can be set up to run on a cronjob basis in order to automate this process.
@hkier hkier added the enhancement New feature or request label Jul 20, 2023
@hkier hkier mentioned this issue Jul 31, 2023
5 tasks
@KyleDolezal
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants