You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user browses GitHub Issues from all repositories of their T3 projects in Chromeria, and reads and acts on one Issue in a side panel.
Acceptance criteria
The Pull Requests page has a PRs/Issues toggle; a sidebar Issues icon next to the PR icon opens the page with Issues selected.
Issues from every repository of the user's T3 projects are listed across connected environments, GitHub only; other forges show a not-supported state.
Each row shows GitHub state: Open, Done (closed as completed) or Not planned (closed as not planned or duplicate).
Search, sort (updated, created, number) and filters Repository/Project, Labels, Milestone and Parent; PR-only filters are hidden in Issues mode.
Group by parent shows the sub-Issue tree, including children in other repositories, marked when outside the user's projects.
Side panel: body, comments, add comment, close and reopen, open on GitHub.
The command palette searches Issues on the Issues page, like it searches PRs.
No fork storage; upstream tables, migrations and events unchanged; every upstream-file edit is in scripts/fork-upstream-edits.txt and docs/fork-features.md.
Editing labels, assignees or milestones; creating Issues; mobile.
Blocked by
None
Required proof
Live suite against real gh and real GitHub (no fake CLI) covering listing, pagination, cross-repo children, comment and close/reopen, using a disposable fixture Issue.
Web logic tests for filtering, sorting and parent grouping, following pullRequestList.logic.test.ts.
Targeted lint and typecheck; scripts/fork-check.sh; independent review of the exact head.
Parent
#25
Outcome
The user browses GitHub Issues from all repositories of their T3 projects in Chromeria, and reads and acts on one Issue in a side panel.
Acceptance criteria
scripts/fork-upstream-edits.txtanddocs/fork-features.md.Non-goals
Blocked by
None
Required proof
ghand real GitHub (no fake CLI) covering listing, pagination, cross-repo children, comment and close/reopen, using a disposable fixture Issue.pullRequestList.logic.test.ts.scripts/fork-check.sh; independent review of the exact head.