scrumlr.io icon indicating copy to clipboard operation
scrumlr.io copied to clipboard

Design and implement participant list

Open dbaderINO opened this issue 3 years ago • 2 comments

As a user I want to see a brief list of participants which includes ...

  • the avatars
  • the display names of the users
  • their role (owner/creator, moderator)
  • their ready state

I want to paginate through the list if many users have joined the board. Then I want to also filter the list of users by the display name.

An extended view should include online & offline users while the brief overview should only include online users.

As a moderator I want to add and revoke other moderators.

dbaderINO avatar Dec 10 '21 10:12 dbaderINO

I guess the current state of the participants view within the board settings should be enhanced by

  • options to filter by online/offline state
  • counter of "ready" users (only considering online participants)
  • a search input for user names

also it should be sorted by the participant roles (owner first > moderators second > participants), the online state and the usernames.

Also I want to know whether we should open the participant view within the board settings on click of the user avatars on a board or keep the dropdown?

bitionaire avatar Jun 16 '22 19:06 bitionaire

New AC:

The current state of the participants view within the board settings should be enhanced by

  • options to filter by online/offline state
  • counter of "ready" users (only considering online participants)
  • a search input for user names

also it should be sorted by the participant roles (owner first > moderators second > participants), the online state and the usernames.

bitionaire avatar Jun 21 '22 11:06 bitionaire

filter function: https://xd.adobe.com/view/274044ba-edff-4c4f-b63f-08f7e5325e62-7213/ offline user: https://xd.adobe.com/view/2c1b6f6b-9473-46f4-8194-5b4a44232b3a-7948/ change role (moderator/participant): https://xd.adobe.com/view/7f3e8a0a-82e2-4744-80cf-f7049bd381fe-2a6d/ reset ready states: https://xd.adobe.com/view/31dc12cb-4503-47eb-8ffd-1d5f5a5147b9-648f/

Kraft-16 avatar Jan 11 '23 14:01 Kraft-16