Skip to content

Instantly share code, notes, and snippets.

@wilkes
Created December 8, 2009 02:11
Show Gist options
  • Save wilkes/251356 to your computer and use it in GitHub Desktop.
Save wilkes/251356 to your computer and use it in GitHub Desktop.
(defn current-iterations [projects-and-iterations]
(current-by
"Project"
(map (fn [[p [i]]]
{(-> p :project :name)
(-> i :iteration :stories)})
projects-and-iterations)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment