matrix-org / matrix-org/matrix-ios-sdk
MXRoomSummary step #3
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 484
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
Once #310 is done, we can attack:
```
[MXFileStore] Loaded rooms summaries data of 210 rooms in 804ms
```
Apps probably do not need to displays all these rooms at once. We could decrease this time at sdk startup by paginating room summaries or by lazy loading them.
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 reviewing the MXRoomSummary step and the [MXFileStore] startup log showing 210 room summaries loaded in 804ms. Read the discussion or implementation from #310 first, then determine whether pagination or lazy loading fits the SDK startup flow. Done means room summaries no longer require loading all rooms at startup while remaining available to apps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c
- Domain
- mobile-dev, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100