WestonV / RJI-Image-Classifier

Machine Learning Image Classifier Designed to Help Journalists and Photographers
MIT License
2 stars 0 forks source link

Add Download Selection #2

Closed antoniomv3 closed 5 years ago

antoniomv3 commented 5 years ago

image

When the user reaches the gallery page above they need to be able to select photos they wish to download.

The photos will have to have a check box or some other method of selecting individual photos. The selected photo names will be added to a list which will be used to download the designated photos only.

antoniomv3 commented 5 years ago

Download functionality is now working for the demo page, each photo has a checkbox that copies the photo to a folder which is then zipped and downloaded. Next up is getting this working for the gallery for uploaded photos and getting jQuery running on the page to add buttons to select/deselect all photos.

antoniomv3 commented 5 years ago

Button for select/deselect all has been added and the complete download functionality is not implemented for both the demo and the live galleries. I also tweaked the download button to display the total number of files to be downloaded dynamically based on how many check-boxes are selected.

antoniomv3 commented 5 years ago

image

User can now select desired photos to be downloaded, and has the option to select/deselect all photos.

Download button also updates dynamically to display how many photos will be downloaded.