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

Albums/Galleries #4

Open
k3d3 opened this issue Jun 12, 2015 · 1 comment
Open

Albums/Galleries #4

k3d3 opened this issue Jun 12, 2015 · 1 comment

Comments

@k3d3
Copy link
Contributor

k3d3 commented Jun 12, 2015

This is a relatively large undertaking, but it should be possible to create one upload that links to many other uploads and arranges them in a gallery.

This will need an interface that will allow uploading multiple files and previewing them before saving. Instead of saving every image into the same blob, they should be uploaded as individual files, with one blob containing the information needed to identify the other images. This way, you could view each image individually, or even share images amongst different galleries.

More discussion will be needed on this feature.

@andre-d
Copy link
Contributor

andre-d commented Jun 13, 2015

An album should be a single upload with the json of the other images
locations along with a thumbnail location for each. Loading an album should
place spinners decrypting the thumbnail for each image and clicking each
image should load the specific image with a timeline of photo thumbnails
below to switch the view to those uploads. A better decrypted caching
system should be put in place.
On Jun 12, 2015 12:42 AM, "Keith Morrow" notifications@github.com wrote:

This is a relatively large undertaking, but it should be possible to
create one upload that links to many other uploads and arranges them in a
gallery.

This will need an interface that will allow uploading multiple files and
previewing them before saving. Instead of saving every image into the same
blob, they should be uploaded as individual files, with one blob containing
the information needed to identify the other images. This way, you could
view each image individually, or even share images amongst different
galleries.

More discussion will be needed on this feature.


Reply to this email directly or view it on GitHub
#4.

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

No branches or pull requests

2 participants