Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1b7788

Browse files
committed
program-overview
1 parent ebc21a9 commit b1b7788

File tree

6 files changed

+58
-0
lines changed

6 files changed

+58
-0
lines changed
161 KB
Loading
115 KB
Loading
125 KB
Loading
149 KB
Loading

docs/programs/program-overview.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: "Program Overview"
3+
path: "/programs/program-overview.html"
4+
id: "programs/program-overview"
5+
---
6+
7+
The Overview page of the Program Dashboard provides an overarching view of important data and statuses regarding your program. The page is broken up into various sections to help you better understand and get a comprehensive look at valuable details of your program.
8+
9+
> This feature is currently in beta and is only accessible to select programs. If you'd like to participate in the beta, please reach out to your program manager.
10+
11+
### Report Activity
12+
13+
![image](./images/program-overview-1.png)
14+
15+
The report activity section shows data on reports that were acted upon within the selected date range.
16+
17+
You'l be able to view these statistics on report activity:
18+
19+
Field | Details
20+
----- | --------
21+
Submissions | Shows the number of reports that were submitted in the selected time frame by [report state](report-states.html).<br><br>The median [time to first response](response-target-metrics.html) and the percentage of reports that missed the [response target](response-targets.html) corresponds to the number of submissions in the selected time frame.
22+
Triaged | Shows the number of reports that were triaged in the selected time frame by [severity](severity.html).<br><br>The median [time to triage](response-target-metrics.html) and the percentage of reports that missed the [response target](response-targets.html) corresponds to the number of reports that were triaged in the selected time frame.
23+
Resolved | Shows the number of reports that were marked as resolved in the selected time frame by [severity](severity.html). <br><br>The median [time to resolution](response-target-metrics.html) and the percentage of reports that missed the [response target](response-targets.html) corresponds to the number of reports that were resolved in the selected time frame.
24+
Bounty Awarded | Shows how much bounty has been awarded in the selected time frame.
25+
Retested | *(Only for programs with [retesting](retesting.html))* Shows the number of reports that have been retested in the selected time frame.
26+
Disclosed | Shows the number of reports that have been [disclosed](disclosure.html) in the selected time frame.
27+
28+
### Net Report Workload
29+
30+
![image](./images/program-overview-2.png)
31+
32+
The net report workload shows the cadence of how many reports were submitted and resolved over time. The graph specifically shows how many reports were submitted each month as well as how many reports are left unresolved from the month that they were submitted, which is known as the report burndown. In each month you can see the total number of reports that need to be worked on, giving you the net report workload.
33+
34+
### Top Weaknesses
35+
36+
![image](./images/program-overview-3.png)
37+
38+
The Top Weaknesses section lists the most common weakness types that have been submitted to your program in the selected time frame.
39+
40+
### Bounty Budget Calculator
41+
42+
![image](./images/program-overview-4.png)
43+
44+
The bounty budget calculator enables you to see if your program will be over or under budget by the fiscal year so that you can better plan how much you should budget for your bounties. You can input your budget as well as your start date and budget time frame by quarter or year, and an average will be calculated to predict your program’s future spending trend. The average is calculated based on your program’s previous bounty spending trends.
45+
46+
### Actionable Reports
47+
48+
Actionable reports are [open reports](report-states.html) in your program that you can respond to and take action on. You can click on the report title, and it will take you to the corresponding report in the inbox so that you can respond right away.
49+
50+
You’ll be able to see these different categories of reports within the actionable reports section:
51+
52+
Category | Details
53+
-------- | --------
54+
Missed response targets | Displays the list of [open reports](report-states.html) in your program that have missed the response target so that you can respond to them quickly.
55+
Approaching response targets | Displays the list of [open reports](report-states.html) in your program that have approaching response targets so that you can respond to them in time.
56+
Additional Actionable Reports | Displays the list of [open reports](report-states.html) in your program that haven’t missed a response target nor have any approaching response targets. This enables you to keep track of reports in your inbox that you can be mindful of responding to.

src/pages/programs/programs-nav.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@
225225
- title: Dashboards
226226
path: /programs/dashboards.html
227227
items:
228+
- title: Program Overview
229+
path: /programs/program-overview.html
228230
- title: Submissions Dashboard
229231
path: /programs/submissions-dashboard.html
230232
- title: Statistics Dashboard

0 commit comments

Comments
 (0)