Powerful metrics to lend insights into your team's value delivery process.
npm ci && npm run build && npm run start
🚀 Then go on ahead to http://localhost:3000
The file format expects a csv file with the following headers:
id
: the identifier of the storystartDate
: the date the story entered the "in progress" stageendDate
: the date the story entered the "done" stagefeature
: the feature or epic for the story (optional)
id | startDate | endDate | feature |
---|---|---|---|
STORY-1 | 2022-01-25 | 2022-01-31 | 1-click signup |
STORY-1 | 2022-03-25 | 2022-04-02 | Another Feature |
- (quality) missing tests...
- import from jira...?
- data store
- share with others