Documentation ¶
Overview ¶
roadmap2 represents a simplified set of data structures to represent a roadmap.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cell ¶
Cell represents a cell of Roadmap Items where defined by a `ColumnName` and `RowName` where the row name is the Roadmap stream name.
type Roadmap ¶
type Roadmap struct { Name string StreamNames []string Columns table.Columns // Includes Stream Title Items []Item ItemCellFunc func(i Item) (colIdx int) // negative means don't use. colIdx is without Stream Title Column }
Roadmap is a generic data structure to hold roadmap items.
func (*Roadmap) ItemsByStream ¶
func (*Roadmap) Table ¶
Table returns a `table` representing a roadmap slide. It can be used to generate CSV or XLSX files.
func (*Roadmap) UnknownStreams ¶
Click to show internal directories.
Click to hide internal directories.