Roadmap Group
Represents a grouped roadmap category consisting of a kanban BoardColumn and its active FeatureRequestItems.
Rendered as an individual horizontal page and filter chip inside RoadmapBoardScreen.
Properties
Link copied to clipboard
The backing roadmap BoardColumn, or null for the synthetic "Other" fallback group that aggregates requests with no assigned column.
Link copied to clipboard
Unique identifier for the group: returns BoardColumn.id or "uncategorized" when column is null.
Link copied to clipboard
Display name of the group: returns BoardColumn.name or "Other" when column is null.
Link copied to clipboard
List of FeatureRequestItems categorized under column.