To truly understand development, we must go beyond individual developer behaviors and look at the project as a whole. Hackystat provides a set of analyses and abstractions focussed on projects. The Daily Project Details analysis provides an abstraction of the raw sensor data received by all members of a project for a given day. In the above image, we see a summary table indicating values for various types of sensor data received during the specified day.
Where appropriate, the summary shows both the aggregate value for the sensor data type, and the value associated with your own sensor data.
The Daily Project Details analysis provides a snapshot of development on a project for a given day that is particularly helpful when a development group is distributed or otherwise not in close communication at all times. Sudden deviations from normal values can help developers to react more quickly to changes that have unanticipated negative impacts. For example, if coverage suddenly drops significantly, developers can look to see what code was committed without corresponding tests. If performance tests start to fail (as is the case in this example), developers can look to see what changes degraded performance.