Skip to content

p-jackson/grizzly-pass

Repository files navigation

grizzly-pass

Build Status Coverage Status Work in Progress

A dashboard to show project health. It's a work in progress but you can see the current state here: https://grizzly-pass.surge.sh

If you drag drop a correctly formatted json file onto the page (you can find one here) then it will display those projects. Valid project fields are:

  • title (required, string)
  • person (required, string)
  • date (required, string in YYYY-MM-DD format)
  • progress (required, number representing a percentage)
  • health (required, one of "ontrack", "atrisk", "intervention" or "onhold")
  • tags (optional, array of strings to be used as free-form tags on projects)

Staging Server

You can see a recent build at https://grizzly-pass-staging.surge.sh/.

The staging server doesn't show a good beta you can depend on, it just shows a recent development build from master.