-
- 下载
Merge branch 'profile-personal-projects' into 'master'
Show only personal projects on user page When I visit user profile page I see all projects he have access too (if i can also access same projects). That means I see a list of hundreds projects if he joined several groups.  It inefficient because: * Slow page load if a lot of projects * Hard to find his personal projects I propose to replace it with `Personal projects` list. It has next advantages: * we don't load huge useless list of projects * I can see if user have personal projects I have access to * faster page load. We don't load all projects from all groups where user invited  Partly fixes #1135
显示
- app/controllers/users_controller.rb 4 个添加, 2 个删除app/controllers/users_controller.rb
- app/models/user.rb 4 个添加, 0 个删除app/models/user.rb
- app/views/users/_projects.html.haml 1 个添加, 1 个删除app/views/users/_projects.html.haml
- app/views/users/show.html.haml 2 个添加, 1 个删除app/views/users/show.html.haml
- features/steps/shared/project.rb 6 个添加, 6 个删除features/steps/shared/project.rb
- features/user.feature 11 个添加, 11 个删除features/user.feature
加载中
想要评论请 注册 或 登录