新增用户画像模块 #1

Open
sy00000 wants to merge 59 commits from standalone into develop
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 66608b3baa - Show all commits

View File

@ -7,6 +7,7 @@ else
end
json.identifier render_identifier(@project)
json.name @project.name
json.description @project.description
json.project_id @project.id
json.repo_id @repository.id
json.issues_count @project.issues_count.to_i - @project.pull_requests_count.to_i