Content
View differences
Updated by Niels Lindenthal almost 7 years ago
### Acceptance criteria
* Replace existing "member" widget of my project page
* Lists first N (e.g 100) members grouped by their roles. If more than N members exist, write down the total number and allow jumping to the members overview page if the user is allowed to see it.
* Has button to add members (which will only redirect to the members page at least for now)
* Later: Configure (as part of the widget configuration) which roles are shown now)
### Notes
* Members API exists
* Fetching members via API does guarantee fetching members from all roles (required to have every role listed)
* API does not support getting the group numbers numbers
### Current implementation example

* Replace existing "member" widget of my project page
* Lists first N (e.g 100) members grouped by their roles. If more than N members exist, write down the total number and allow jumping to the members overview page if the user is allowed to see it.
* Has button to add members (which will only redirect to the members page at least for now)
* Later: Configure (as part of the widget configuration) which roles are shown
### Notes
* Members API exists
* Fetching members via API does guarantee fetching members from all roles (required to have every role listed)
* API does not support getting the group numbers
### Current implementation example
