Skip to content

Instantly share code, notes, and snippets.

@volgar1x
Created March 1, 2016 17:17
Show Gist options
  • Save volgar1x/154894b7c7208e1fb8c3 to your computer and use it in GitHub Desktop.
Save volgar1x/154894b7c7208e1fb8c3 to your computer and use it in GitHub Desktop.
from s in Sprint,
join: i in assoc(s, :issues),
select: (sum(i.original_estimate) - sum(i.remaining_estimate)) / sum(i.original_estimate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment