Skip to content

jessicamann/team-metrics

Repository files navigation

Team Metrics

Build, Test, Deploy CodeFactor Known Vulnerabilities

Powerful metrics to lend insights into your team's value delivery process.

👉🏻 Checkout a demo

Or if you prefer to run this locally

npm ci && npm run build && npm run start

🚀 Then go on ahead to http://localhost:3000

Uplaoding a file

The file format expects a csv file with the following headers:

  • id: the identifier of the story
  • startDate: the date the story entered the "in progress" stage
  • endDate: the date the story entered the "done" stage
  • feature: 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

up next

  • (quality) missing tests...
  • import from jira...?
  • data store
  • share with others

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages