We have a few places in the admin interface where the full list of all user projects is shown either in selection boxes or in tables of checkboxes. In the old days of CBRAIN when the number of users was small, it was thought the admin would use this to assign stuff to private projects. But now there are so many thousands of projects, these lists are cumbersome.
Those lists should be trimmed down to remove all private work projects. Leave only public projects, invisible projects and 'non-assignable' projects of the admins.
The view code should not be altered for normal users, presumably they don't have thousands of projects themselves.
Todo:
- modify the helpers for selection lists for groups
- check all the pages where the partial
shared/_group_tables.html.erb is rendered; make sure it makes sense
We have a few places in the admin interface where the full list of all user projects is shown either in selection boxes or in tables of checkboxes. In the old days of CBRAIN when the number of users was small, it was thought the admin would use this to assign stuff to private projects. But now there are so many thousands of projects, these lists are cumbersome.
Those lists should be trimmed down to remove all private work projects. Leave only public projects, invisible projects and 'non-assignable' projects of the admins.
The view code should not be altered for normal users, presumably they don't have thousands of projects themselves.
Todo:
shared/_group_tables.html.erbis rendered; make sure it makes sense