feat(web): add tabulator-based feature tree table view#505
Open
feat(web): add tabulator-based feature tree table view#505
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add a new /features page with a Tabulator tree table that displays all features in a hierarchical tree structure based on parent-child relationships. Features are grouped by repository with sortable columns for name, status, lifecycle, branch, and repository. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Mark evidence and fast-implement phases as completed in the tabulator feature tree spec. Normalize YAML quoting style. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
buildTreeDatautility for converting flat feature lists into hierarchical tree structures with proper parent-child relationshipsChanges
src/presentation/web/app/features/src/presentation/web/components/features/feature-tree-table/src/presentation/web/components/layouts/app-sidebar/types/which.d.tswhichpackagespecs/081-tabulator-feature-tree/Evidence
Features page: Tabulator-based tree table with 7 features, color-coded status indicators (Pending, Action Needed, In Progress), lifecycle phases, branch names, and repository columns

Sidebar navigation: Features icon (table icon, 3rd item) integrated into sidebar navigation

Test Results
buildTreeData(7 tests),FeatureTreeTablecomponent (3 tests),AppSidebar(8 tests)Test Plan
buildTreeDatahandles flat lists, nesting, orphans, and empty inputFeatureTreeTablerenders correctly with data, custom className, and empty dataAppSidebarincludes Features nav item with correct icon and routeBuilt with Shep 🐑 Shep Bot