Skip to content

feat: surface PR review comments on card detail #58

@drewdrewthis

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions