Open jmathai opened 12 years ago
the photos remain pinned after switching pages anyway.
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 :.
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.
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.
being able to delete and edit tags would also be usefully (misspellings happen)
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.
@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.
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".
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.