-
Notifications
You must be signed in to change notification settings - Fork 2
[task] Add app-server issue list and view methods #8
Copy link
Copy link
Open
Labels
area: protocolApp-server protocol types, schemas, and client/server message contracts.App-server protocol types, schemas, and client/server message contracts.help wantedMaintainers would welcome a community contribution on this work.Maintainers would welcome a community contribution on this work.kind: featureA user-facing capability request.A user-facing capability request.
Milestone
Metadata
Metadata
Assignees
Labels
area: protocolApp-server protocol types, schemas, and client/server message contracts.App-server protocol types, schemas, and client/server message contracts.help wantedMaintainers would welcome a community contribution on this work.Maintainers would welcome a community contribution on this work.kind: featureA user-facing capability request.A user-facing capability request.
Goal
Expose GitHub issue list and issue detail data through the app-server.
Why this matters
The TUI and desktop issue queues should be backed by one Rust-owned data path instead of separate frontend GitHub calls.
Command/API target
Add behavior for these app-server methods:
Depends on
Out of scope
Definition of done
Verification
cargo fmt --all --checkcargo check --workspaceContributor notes
Use conservative pagination for the first version. Broader filtering can be separate issues.