tekuma / curator-portal

Interface for the Curation database
0 stars 0 forks source link

support print file for each artwork #36

Open slivingston opened 7 years ago

slivingston commented 7 years ago

Provide basic support for the storing, searching, changing of print-files, which are files of images of various types and dimensions that are used for creating prints of artwork. Requirements:

  1. optionally upload a new print-file.
  2. optionally replace an existing print-file.
  3. associate an arbitrary number of print-files with the same artwork.
  4. export bundle of print-files of selected artworks, including CSV summary of artworks.
  5. download a single print-file as part of UI for viewing details of an artwork.
  6. automatic generation of print-files from original images.
slivingston commented 7 years ago

injection from artworks to print-files (i.e., one print file per artwork), which are ready to be printed.

slivingston commented 7 years ago

from the list of requirements in the OP, do not include "replace an existing print-file" in current work. From discussion with Naomi and Kun, it seems that the print-file would only rarely or never be changed, and if it were to change, most or all print-files would need to be changed. As such, the ability to manually replace print-files per artwork is not a desired feature.

slivingston commented 7 years ago

from discussion with Naomi and Kun, curators will typically want to download print-files, not original raw images. There are some cases for special proposals where raw images could be needed, but less frequently.

xstephen95x commented 7 years ago

In terms of storage, in each artist's folder in the art-uploads bucket,

Where, in each folder, an artwork would have the same file name, which is the artwork_uid

xstephen95x commented 7 years ago

Dependent on issue #53