Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Story] Local echo for media upload #2549

Open
2 tasks
manuroe opened this issue Oct 1, 2024 · 0 comments
Open
2 tasks

[Story] Local echo for media upload #2549

manuroe opened this issue Oct 1, 2024 · 0 comments

Comments

@manuroe
Copy link
Member

manuroe commented Oct 1, 2024

Description

  • As a user
  • I want to see a local echo of my media uploads in the timeline while they are still being uploaded
  • So that I can continue using the app without being blocked by the upload progress screen as we have now

Acceptance criteria

  • Uploading media no longer results in a blocking UI while the upload is in progress
  • The local echo shows a thumbnail of the media being uploaded
  • The upload state is clear for the sender
  • The user can cancel the upload
  • Retries in case of failure are managed like for the message sending queue: except if it is an unrecoverable error, retries are automatically done
  • Sending order is respected. Media and text messages have the same priority
  • Multiple upload can happen at the same time
  • Tech one: the media being upload is directly stored in the cache with its thumbnial. We do not want to reload it from the matrix media repository once the upload is done and the matrix event is returned by the sync.

Leads

  • Tech:
  • Design:

Size estimate

None

Dependencies

  • None

Out of scope

  • Nothing

Open questions

Questions

Subtasks

Android

No tasks being tracked yet.

iOS

No tasks being tracked yet.

Rust

No tasks being tracked yet.

Other

No tasks being tracked yet.

Sign-off

Android

  • Design sign-off on completion
  • QA sign-off on completion
  • Product sign-off on completion

iOS

  • Design sign-off on completion
  • QA sign-off on completion
  • Product sign-off on completion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant