pimutils / pimutils/vdirsyncer
Request large batches of items in multiple smaller batches
Open
Nobody has claimed this yet.
cat: server compat
mod: DAV
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 185
- Avg merge
- 11h 49m
- Merged PRs (30d)
- 1
Description
We should make smaller queries rather than request all events at once.
See: https://github.com/pimutils/vdirsyncer/issues/992
See: https://github.com/pimutils/vdirsyncer/issues/988
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
Read the related issues #992 and #988 first to understand the batch-query problem and its intended scope. Trace the event-request path in vdirsyncer, then confirm that large event sets are fetched through multiple smaller queries rather than one request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100