photo / frontend

The official @github repository of the Trovebox frontend software. A photo sharing and photo management web interface for data stored "in the cloud" (i.e. Amazon S3, Rackspace CloudFiles, Google Storage).
https://trovebox.com
Apache License 2.0
1.37k stars 244 forks source link

Batch edit select all across pages #834

Open jmathai opened 12 years ago

jmathai commented 12 years ago

In the Manage->Photos section there should be an option to select all the photos across all of the pages. If no filter criteria exists then it would select every photo in the account. If there are filters then it would match all the photos in the result.

The problem here is for accounts with more than 5k photos we'd load a lot of data into local storage. Perhaps more than is allocated.

hfiguiere commented 12 years ago

the photos remain pinned after switching pages anyway.

jmathai commented 12 years ago

The batch editing API is pretty inefficient. It loops over each photo and calls it's update or delete api. I thought there was an issue to track that but I can't find it. Doesn't mean it doesn't exist though :.

oscherler commented 12 years ago

I concur. I sometimes forget to set photos as private when uploading, so being able to act on all photos of a given tag would be very useful.

jmathai commented 12 years ago

The entire way we're doing management needs work. I'm chatting with someone today about revamping it to be similar to Flickr's Organizr.

panoscantab commented 12 years ago

being able to delete and edit tags would also be usefully (misspellings happen)

Notmarrco commented 12 years ago

In my opinion there should be a way to filter by tag (multiple) and/or by dateTaken and/or by dateUpload ... in the "manage photo" view, but also in the gallery. Perhaps make it triggerable on top of these pages.

It would be much more useful than the actual "tag" page imho.

jmathai commented 12 years ago

@Notmarrco We're in the process of completely re-doing the manage pages. I'd link to the issue (which I believe exists) but I cannot find it.

Notmarrco commented 11 years ago

The same is true for an album : "select all" only selects the photos already loaded and not all photos. This should also work across "pages".