Skip to content

feat: surface PR review comments on card detail #58

Description

@drewdrewthis

Current

Cards show a CI rollup and an unresolved-thread count, but the actual review comments (author, file, line, body, resolution state) are not surfaced anywhere in the UI. Users must open GitHub to read them.

Proposed

Add a review-comments tab (or section) on the card detail view. For each thread: author, file path, line number, comment body, and resolution state. Group by thread; show resolved threads collapsed.

Rationale

GraphQL reviewThreads is already fetched by the PR-tracking spec — the data is on the client. Not surfacing it forces a context switch to GitHub for every review round.

Ref: specs/review/pr-tracking.feature

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestrelevance-checkedExamined by kanban relevance audit with no close signal this cycle

Type

No type

Projects

Status
Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions