Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.

fix: Update heading levels in README #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
## Visualize-Team-Project-Health-Widgets
# Visualize-Team-Project-Health-Widgets

![Visualize-Team-Project-Health-Widgets](https://almrangers.visualstudio.com/DefaultCollection/_apis/public/build/definitions/7f3cfb9a-d1cb-4e66-9d36-1af87b906fe9/125/badge)

When you're running multiple CI/CD pipelines, it's invaluable to visualize the overall health of your projects. This extension contains several dashboard widgets, that enable users to create a visual cue on their dashboards, like the [Codify Build Light](https://github.com/Codify/build-light).

### Overview Widgets
## Overview Widgets

Using the **Build Health Overview** and **Release Health Overview** widget you can add an overall status of your builds and releases to your dashboard. As shown, we have (1) thirty-four successful builds, (2) zero failed builds and (3) zero builds in progress. We also have 9 successful releases, zero failed releases, and 15 releases that are in progress. The widgets change its colour to **green** if everything is healthy, **blue** if anything is building, and **red** if anything has failed.

![Build Overview](extension/static/screenshots/buildoverview.png)

### Build Details
## Build Details

By combining the **Build Health Overview** and the **Build Health Details** widgets you can create a build board that shows the same overview status and a detailed status for each build.

![Build Details](extension/static//screenshots/builddetails.png)

### Release Details
## Release Details

By combining the **Release Health Overview** and the **Release Health Details** widgets you can create a release board that shows the same overview status and a detailed status for each release. As shown, we have 15 releases that are in progress, which changed the colour of the **Release Health Overview** widget and associated **Release Health Details** widgets to blue.

Expand Down