-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
Implement "other" / "all" image manager #3245
Comments
As already mentioned, we don't download "all" images when we download a product, we only download the 4 main images (as URL). Should we cache all image URLs, or just consider that the operation is so rare that we can assume the user is online and can Basically, the all image page would display the mosaic of all images as thumbnails. What are the operations we could do on each image? If I remember well, we could:
And we should be able to add an "other" image, shouldn't we? (it's not in #2351) @teolemon Have I missed an important feature? |
Also, there's this view that was accessible from the carrousel in V1 (the carousel actually took this form - this is a mockup to reimplement). And we also had an optional tab of all available images that was directly visible on the product page |
Thank you @teolemon for your remarks: we're more or less on the same page here. About the off-dart side:
|
Now the only thing not implemented yet is moderation. |
Fixed. The reporting issue is being worked on at the nutripatrol repository, server side. |
What
Why
Originally posted by @teolemon in #3241 (comment)
The text was updated successfully, but these errors were encountered: