openscopeproject / openscopeproject/TrguiNG
cache all torrent info at startup
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 796
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
as discussed in #299 and #295, it may be preferrable to grab a complete copy of all torrent info at startup, and then only update fields that need updating as they change, based on recently-active torrent selector. This would make the UI more responsive and less dependent on just-in-time RPC transactions, at the expense of longer startup times.
note as well that RPC should get more responsive in 4.2+ with https://github.com/transmission/transmission/pull/7140
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
Begin by tracing the startup torrent-loading path and the recently-active torrent selector/RPC flow described in the issue. Done means torrent information is cached at startup, subsequent changes update only affected fields, and the UI relies less on just-in-time RPC transactions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100