You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, we saved ballot metadata, and also made an application-local copy of any uploaded images (first manually selected, then indicated via manifest).
Now, instead, we are going to rely on the images existing on the filesystem at the absolute paths in the manifest.
Remove code that attempts to copy ballot images
Remove the file_path/src_path distinction in the data model
Update frontend to indicate that there is only one meaningful path per ballot image file
The text was updated successfully, but these errors were encountered:
I doubt the images will be at the same place. We might just be able to define a new root for the directory tree of images, but they may also be organized differently.
Previously, we saved ballot metadata, and also made an application-local copy of any uploaded images (first manually selected, then indicated via manifest).
Now, instead, we are going to rely on the images existing on the filesystem at the absolute paths in the manifest.
file_path
/src_path
distinction in the data modelThe text was updated successfully, but these errors were encountered: