You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- json.total_projects_count @full_member_projects_count
- json.role do
- json.owner do
- json.count @owner_projects_count
- json.percent (@owner_projects_count.to_f/@full_member_projects_count).round(2)
- end
- json.manager do
- json.count @manager_projects_count
- json.percent (@manager_projects_count.to_f/@full_member_projects_count).round(2)
- end
- json.developer do
- json.count @developer_projects_count
- json.percent (@developer_projects_count.to_f/@full_member_projects_count).round(2)
- end
- json.reporter do
- json.count @reporter_projects_count
- json.percent (@reporter_projects_count.to_f/@full_member_projects_count).round(2)
- end
- end
|