ReadYouApp / ReadYouApp/ReadYou
Update item list dynamically when fetching with local account
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 7.5k
- Forks
- 330
- PR merge metrics
- No merged PRs in 30d
Description
Currently, when fetching RSS feeds with a local account, the application waits for all the responses and then updates the list. If one of the feeds goes into maintenance mode, you may be stuck with an empty list for a while (I'm not sure about the timeout), even if all other feeds have responded correctly. I think having the article list update asynchronously on each successful feed data retrieval would improve usability, especially in such edge cases where some feeds take longer to update. In other words, I want the local account fetch to work the same way as when updating data from the Fever API, which updates the article list dynamically.
Contributor guide
No contributing guide indexed for this repository
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
No file or test is named. Start by tracing the local-account RSS fetch and comparing it with the Fever API update path, focusing on when each successful feed response updates the article list. Done means the list updates incrementally for local accounts instead of waiting for every feed response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100