TrustTheVote-Project / ABC-backend

https://abc-backend.vercel.app
Other
4 stars 6 forks source link

Implement setAffidavitTemplate #105

Closed cwisdo closed 1 year ago

cwisdo commented 1 year ago

Do we want to do this via the the admin-ui?

trustthevote commented 1 year ago

No from UI. It is part of deployment to put the locally appropriate template file in the right place. Deploy auto should deploy the one from the repo, but in a real deploy, the deployer would replace that file with the real one. Local election admins don't get to change this template per election. Usually it is state election office that is permitted to issue a new affidavit form.

And since our default is in the repo, and the app is already getting it from the Provisioner (right?) I am not sure what else there is to do, maybe deploy automation, certainly deploy doc.

cwisdo commented 1 year ago

Okay. This is already part of the automated deploy. So marking this as resolved.