Show weekly throughput for historical data
andrew-codes opened this issue · 1 comments
andrew-codes commented
As a product owner, I want to view the throughput of my team aggregated on a weekly interval, so that I have it. I'm not sure of the actual reason other than it may be helpful for debugging and delivering the Monte Carlo simulation.
Acceptance Tests
- Given I have not entered any historical data, when I view the configuration pane, then the Start button is disabled.
- Given I have entered historical data, when I view the configuration pane, then the Start button is enabled.
- Given I have entered historical data, when I click the Start button in the configuration pane, then the app will aggregate the historical data by count on a weekly interval and render it as a graph in the main view.
andrew-codes commented
No start button; happens as soon as data is loaded.