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

Export files to USB in consistent directory structure #3935

Closed
4 of 5 tasks
adghayes opened this issue Sep 5, 2023 · 0 comments · Fixed by #4142
Closed
4 of 5 tasks

Export files to USB in consistent directory structure #3935

adghayes opened this issue Sep 5, 2023 · 0 comments · Fixed by #4142

Comments

@adghayes
Copy link
Collaborator

adghayes commented Sep 5, 2023

On creation of this issue, we export files to a bunch of different places on USB drives:

  • VxAdmin: ballot packages are exported to /ballot-packages
  • VxScan + VxCentralScan: cast vote records are exported to /cast-vote-records/election-identifier
  • VxAdmin: many documents are just exported to /

We've decided that, where possible, we want to stick to a consistent structure in the format: /election-identifier/[file-type]/[filename]. This allows easy copying and deletion of most files for an election. Most importantly, it provides a consistent UX.

The following places need to use the new format:

  • VxScan + VxCentralScan - cast vote record exports
  • VxScan + VxCentralScan - backups?
  • VxAdmin - ballot package export (assuming this continues to exist)
  • VxAdmin - .csv exports
  • VxAdmin - .pdf exports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants