Photos: Multiselect actions

Created on 2 Jan 2020  路  5Comments  路  Source: nextcloud/photos

A user has to be able to apply a certain action (delete, add to album) by selecting a batch of photos from the timeline.

There a different ways to handle that, on of them is to display a check mark when hovering the thumbnail and a click on the icon leads the user to the select mode where he can click on thumbnails to add them to the selection and then apply an action to the files from the menu.

Here is a more visual example from Google Photos:
image

1. to develop enhancement

Most helpful comment

Yep, multiselect and multiselect actions should absolutely be possible.

For the first step, what you describe above works:

display a check mark when hovering the thumbnail and a click on the icon leads the user to the select mode where he can click on thumbnails to add them to the selection and then apply an action to the files from the menu.

We then also need to have a way to enter the select mode when you work on a touchscreen. It could be in a 3-dot menu next to the "Share" icon next to the folder heading.

All 5 comments

cc @jancborchardt

Yep, multiselect and multiselect actions should absolutely be possible.

For the first step, what you describe above works:

display a check mark when hovering the thumbnail and a click on the icon leads the user to the select mode where he can click on thumbnails to add them to the selection and then apply an action to the files from the menu.

We then also need to have a way to enter the select mode when you work on a touchscreen. It could be in a 3-dot menu next to the "Share" icon next to the folder heading.

@skjnldsv How hard is this to do? Maybe I could do it with a little help from you?

@jakobroehrl sure thing! I don't think it's that complicated to manage for the selection
But we're lacking a proper standard to register file actions. So we'd have no way of knowing what we're allowed to do with those files unless there is one list of actions hardcoded in the app.

It would be a nice first step anyway, but it will needs to be hardcoded and when the proper standard arrive, we'd be able to use it. Are you still up for the task? :)

I notice this is implemented in the mobile phone app, atleast on iOS. But no such thing on the desktop web browser.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

phenomax picture phenomax  路  3Comments

grenzverkehr picture grenzverkehr  路  7Comments

maetthew picture maetthew  路  3Comments

steiny2k picture steiny2k  路  11Comments

OlavStornes picture OlavStornes  路  4Comments