feat(board): configure Table layout view for team triage planning#93
Closed
snipcodeit wants to merge 2 commits intomainfrom
Closed
feat(board): configure Table layout view for team triage planning#93snipcodeit wants to merge 2 commits intomainfrom
snipcodeit wants to merge 2 commits intomainfrom
Conversation
Add mgw:board views subcommand supporting kanban, table, and roadmap layouts. Creates GitHub Projects v2 views via GraphQL and outputs user instructions for setting group-by configuration in the GitHub UI (API limitation). Create docs/BOARD-SCHEMA.md documenting custom fields, Status options, GSD route options, and the three intended layout views with their configuration. Closes #77 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
- Rename table view from "All Issues" to "Triage Table — Team Planning" - Add step-by-step column configuration instructions for triage planning - Column order: Status, Milestone, Phase, GSD Route, AI Agent State - Sort by Status ascending surfaces active work at top - Update BOARD-SCHEMA.md with triage table column order and sort config - Document table view entry in project.json storage schema Closes #78 Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This was referenced Mar 1, 2026
Owner
Author
|
Work included in main via integration merge from milestone-1 branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #78
Milestone Context
Changes
.claude/commands/mgw/board.md— table view name, column guidance, success criteriadocs/BOARD-SCHEMA.md— triage table column order, sort config, storage exampleNote on Branch Base
This branch includes the #77 commit (Board layout kanban view) as a dependency base,
since PR #92 is not yet merged. The #77 changes are not part of this PR's diff against
issue/77-configure-board-layout-with-pipelin— they are included to ensure the branchbuilds correctly off main.
Test Plan