-
Notifications
You must be signed in to change notification settings - Fork 3
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
Regenerate the legislators menu on each deployment #296
Comments
waldoj
added a commit
that referenced
this issue
Jul 22, 2019
Toward #296, this is really basic functionality that will create the legislators menu. It's not grouping alphabetically (that's going to require some thinking), but it's a start.
One solution to deal with failure is to output a static file each time, and then inject that into the template. That way, when this fails, it can fall back to using the prior run's static file. |
waldoj
added a commit
that referenced
this issue
Sep 2, 2019
This generates a submenu per letter of the alphabet. Obviously, this ain't good enough, but I'm sick and my brain is busted. Toward #296.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To ensure that the legislators menu is kept up to date, regenerate it on each deployment.
Steps
{{legislators}}
)appspec.yml
)I'm nervous that, when this inevitably fails, there will be no legislators menu. That's something to think about.
The text was updated successfully, but these errors were encountered: