https://github.com/p-jackson/grizzly-pass
Dashboard for showing project health
https://github.com/p-jackson/grizzly-pass
dashboard project-health project-management
Last synced: about 2 months ago
JSON representation
Dashboard for showing project health
- Host: GitHub
- URL: https://github.com/p-jackson/grizzly-pass
- Owner: p-jackson
- License: mit
- Created: 2017-03-14T08:51:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T10:02:29.000Z (over 7 years ago)
- Last Synced: 2025-01-19T13:18:51.821Z (3 months ago)
- Topics: dashboard, project-health, project-management
- Language: TypeScript
- Homepage: https://grizzly-pass.surge.sh
- Size: 416 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grizzly-pass
[](https://travis-ci.org/p-jackson/grizzly-pass) [](https://coveralls.io/github/p-jackson/grizzly-pass?branch=master) 
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](https://grizzly-pass.surge.sh)If you drag drop a correctly formatted json file onto the page (you can find one
[here](./example/example.json)) 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/](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`.