ios-app icon indicating copy to clipboard operation
ios-app copied to clipboard

[FEATURE REQUEST] Confirm successful import after sharing data from other apps

Open michaelstingl opened this issue 2 years ago • 2 comments

Is your feature request related to a problem? Please describe. We received user feedback, that a confirmation after sharing data from other apps, would improve user experience and confidence.

Describe the solution you'd like

Here are some examples from other apps:

E516C6B1-9550-4EAE-BE4E-1312233A229D_1_105_c E7ED33DF-7914-4508-AF19-09669820AE95_1_105_c 39BD9C82-7C87-4EC1-9A7E-B5203338C792_1_105_c

Describe alternatives you've considered As an alternative, a notification could also let the user know about a successful import.

Additional context n.a.

TASKS

  • [ ] Research (if needed)
  • [ ] Create branch feature/feature_name
  • [ ] Development tasks
    • [ ] Implement whatever
    • [ ] ...
  • [ ] Code review and apply changes requested
  • [ ] Design test plan
  • [ ] QA
  • [ ] Merge branch feature/feature_name into master

PR

  • App
  • Library (if needed)

michaelstingl avatar Nov 13 '23 13:11 michaelstingl

Describe alternatives you've considered As an alternative, a notification could also let the user know about a successful import.

TASKS

  • [ ] Research (if needed)

@hosy could you qualify?

@felix-schwarz @jesmrec anything to add?

michaelstingl avatar Nov 15 '23 14:11 michaelstingl

JFYI: as was commented, using a notification when process ends could be a solution, but, notifications are not enabled by default. For example, check the following scenario out:

  1. Copy a file in root inside a folder
  2. Repeat the same process, that means, the file will try to be copied into a folder that contains another file with the same name

Then...

Screenshot 2023-11-20 at 09 39 33

errors in the same track will trigger the same notification.

jesmrec avatar Nov 20 '23 10:11 jesmrec