Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add calculated/derived metrics support #11

Open
rossbayer opened this issue May 25, 2014 · 0 comments
Open

Add calculated/derived metrics support #11

rossbayer opened this issue May 25, 2014 · 0 comments
Milestone

Comments

@rossbayer
Copy link
Owner

Add ability to create a metric that derives from another metric or metrics. It should support a reactive model; for instance, if I am measuring estimated vs actual story points, a calculated metric could be story point variance. Any time the estimated or actual story points are calculated, the derived metric will be recalculated and persisted.

Allow user to specify a function that will take the original values as inputs, then can return a derived value to store.

@rossbayer rossbayer added this to the 0.2 milestone May 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant