Skip to content

feat(board): configure Table layout view for team triage planning#93

Closed
snipcodeit wants to merge 2 commits intomainfrom
issue/78-configure-table-layout-with-sortabl
Closed

feat(board): configure Table layout view for team triage planning#93
snipcodeit wants to merge 2 commits intomainfrom
issue/78-configure-table-layout-with-sortabl

Conversation

@snipcodeit
Copy link
Copy Markdown
Owner

Summary

  • Add mgw:board views table subcommand for triage planning view (TABLE_LAYOUT)
  • Rename view from generic "All Issues" to "Triage Table — Team Planning"
  • Detailed step-by-step column setup instructions: Status, Milestone, Phase, GSD Route, AI Agent State
  • Update BOARD-SCHEMA.md with column order, sort configuration, and project.json storage schema

Closes #78

Milestone Context

  • Milestone: v2 — GitHub Projects Board Management
  • Phase: 15 — Multi-Layout Views
  • Issue: 8 of 9 in milestone

Changes

  • Updated: .claude/commands/mgw/board.md — table view name, column guidance, success criteria
  • Updated: docs/BOARD-SCHEMA.md — triage table column order, sort config, storage example

Note 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 branch
builds correctly off main.

Test Plan

  • mgw:board views table creates TABLE_LAYOUT view named "Triage Table — Team Planning"
  • User receives step-by-step column configuration instructions with 5-column order
  • Column order documented: Status, Milestone, Phase, GSD Route, AI Agent State
  • Sort instruction: Status ascending
  • BOARD-SCHEMA.md documents triage table column table and sort configuration
  • BOARD-SCHEMA.md storage schema includes table view entry

Stephen Miller and others added 2 commits February 28, 2026 23:39
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]>
@snipcodeit
Copy link
Copy Markdown
Owner Author

Work included in main via integration merge from milestone-1 branch.

@snipcodeit snipcodeit closed this Mar 1, 2026
@snipcodeit snipcodeit deleted the issue/78-configure-table-layout-with-sortabl branch March 1, 2026 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation changes slash-commands Changes to slash command files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Configure Table layout with sortable triage columns for team planning

1 participant