Handling of multi media deletion on feed of different sync statuses #232
Unanswered
savvasdalkitsis
asked this question in
Q&A
Replies: 1 comment
-
Dont allow delete if remote only |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When you press delete on a photo in the Lightbox, you are in one of the three following scenarios:
I handle those scenarios differently in the latest version of the app, showing a dialog that is either:
a) delete local only, keeping server,
b) delete local and trash server, or
c) cancel
The question is what do you expect the user journey to be when you multi select items in the feed that are a mix of the 3 scenarios above? (if they all happen to be in one of the 3 scenarios, I can just do the same thing i do for the lightbox)
The simplest thing to do (which is in the current app) is not allow the user to delete multiple media if they are not all remote only.
The second option is to only allow deletion if they all fall under the same category
I fear this is unintuitive though as the user might not know why sometimes they see the delete button and why sometimes they dont
Beta Was this translation helpful? Give feedback.
All reactions