-
Notifications
You must be signed in to change notification settings - Fork 0
Add cursor pagination to note listings #42
Copy link
Copy link
Open
Labels
area: knowledgeKnowledge base, recall, capture, or curation.Knowledge base, recall, capture, or curation.component: apiHTTP API, OpenAPI contract, or API client concern.HTTP API, OpenAPI contract, or API client concern.priority: P3Low; backlog, cleanup, or opportunistic work.Low; backlog, cleanup, or opportunistic work.type: featureNew user-facing or operator-facing capability.New user-facing or operator-facing capability.
Description
Activity
Metadata
Metadata
Assignees
Labels
area: knowledgeKnowledge base, recall, capture, or curation.Knowledge base, recall, capture, or curation.component: apiHTTP API, OpenAPI contract, or API client concern.HTTP API, OpenAPI contract, or API client concern.priority: P3Low; backlog, cleanup, or opportunistic work.Low; backlog, cleanup, or opportunistic work.type: featureNew user-facing or operator-facing capability.New user-facing or operator-facing capability.
What to build
Note listings paginate using the estate cursor convention rather than a bare limit.
The knowledge base is the collection most likely to grow without bound, and it currently offers a limit with no way to page past it — so a caller can only ever see the first N results.
Acceptance criteria
Blocked by