This report is called Is Project On Track and on this report we are tracking if a project is on track to be completed on time or not.
So first we have a date picker, which allows the user to select a date range, To check the progress of the work during that time.
Next to the date picker we have a metric select box, this allows us to select a metric we want to measure the progress of the tasks
The first metric is the Issue Count, when a user chooses this metric we will have a guideline set, the guideline calculates the Total number of issues and divides it by the number of working days this gives us the approximate value of how many issues should be resolved per day, so the guideline will start from the total number of issues and start to decrease by the amount of issues that should be resolved per day.
If the remaining open issues is below or equal to the guideline we say this project is onTrack.
As its seen in the above figure the guideline keeps decreasing by the number of issues that should be resolved per day. And the blue line shows the actual remaining issues on that day. In this report we can see that the guideline and the remaining open issues are totally different so this makes the project to be Offtrack, and we are showing this by a lozenge on the left top corner of the chart as displayed below
X-axis shows the dates
Y-axis shows the number of issues remaining
The second metric is the Work Ratio, when this metric is chosen we first calculate four things
They are:
Time Spent: This is the time spent or time that has been logged on a single day.
Total time spent till current date: This is the aggregated(total) time spent until the current date.
Total original Estimate: This is the total of the original estimates that have been filled in.
Work Ratio: This is a value we get when we divide the (Total time spent till current date by Total original Estimate) and multiplied by (100).
Guide Line : This field is a constant and its value is set to 100%, we set to 100% because the project is called to be on track if the The total time spent till current date divided by the original estimate is 1 and when we multiply this by 100 to get the percentage we get a value of 100.
After we get these values we are displaying them on the graph and showing it on the tool tip as displayed below
X-axis shows the dates
Y-axis shows the work ratio
As you can see here the Black line represents the guideline
which is 100% Work Ratio and the green line shows the Work Ratio that has been calculated as mentioned above. If the work ratio is below or equal to the guideline we say this project is onTrack
but if its above the guideline we say its offTrack.
And on the tool tip we are showing the values for each date we calculated when the work ration metric is selected.
The third metric is called Story Points TODO:
Next to the metric select box we have two select boxes the first one allows us to choose a sprint or a version to measure as displayed below
The third select box is dependent on the previous select box
If we choose Sprint on the previous select box we will have all the sprints populated
and if we choose Version we will have all the versions populated as displayed below
And lastly we have a check box that will enable or disable weekends as working days or not
if weekends are set to be working days then we will include weekends as working days in our calculation but if its unchecked we exclude them and show them in gray bars