Mercurial > hg > soundsoftware-site
view .svn/pristine/1b/1b72750fe3e10ec61029653a70e90ded5cedc32d.svn-base @ 1192:3c9ca27c2d3d feature_564
Add approximate back-of-envelope calculation of project maturity
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 22 Jan 2013 16:51:56 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
api.array :issue_categories, api_meta(:total_count => @categories.size) do @categories.each do |category| api.issue_category do api.id category.id api.project(:id => category.project_id, :name => category.project.name) unless category.project.nil? api.name category.name api.assigned_to(:id => category.assigned_to_id, :name => category.assigned_to.name) unless category.assigned_to.nil? end end end