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

capability to download raw (original upload) image for a particular artwork #44

Open
slivingston opened this issue Dec 22, 2016 · 1 comment

Comments

@slivingston
Copy link
Contributor

From the perspective of a user, there should be an easy means to download the raw image of an artwork, i.e., the original image file that was uploaded using the artist-portal.

Practically, there are two components:

  1. implement a button within the UI, e.g., in the details pop-up per artwork, that leads to an AJAX request;
  2. provide a backend route that leads to a file download response (MIME type application/octet-stream) or a URL from which the file can be downloaded using a separate request.

This task is related to #41

@slivingston
Copy link
Contributor Author

more important than this feature is the ability to download print-files. As such, #36 should be completed together with this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant