matrix-org / matrix-org/matrix-rust-sdk
[Media] Expose upload and download progress on the media service
Open
Nobody has claimed this yet.
A-Media
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 500
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 106
Description
In order to expose media loading progress to the user we first need to provide these values from the media service.
As per @poljar's suggestion we should use https://docs.rs/progress-streams/latest/progress_streams/index.html
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the media service's upload and download entry points, then read the progress-streams documentation linked in the issue. Done means the media service exposes progress values for both operations so callers can observe media loading progress.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100