osm-teams icon indicating copy to clipboard operation
osm-teams copied to clipboard

Display org and team attributes in tables

Open LanesGood opened this issue 2 years ago • 1 comments

On the members table within a team, insert columns with the member attributes for that team.

On the teams table within an organization, insert columns with the team attributes for teams in that organization.

LanesGood avatar Jan 04 '23 22:01 LanesGood

Mockup of a team members table with a column of a single member detail: image

For each teams table, multiple custom table columns could be rendered for each existing member detail.

Horizontal scroll can handle the overflow of multiple tables. Retaining the user profile modal would allow for overflow past a certain number of allowed details, if detail columns are set at a max number.

According to @kamicut, this will require changing the API to include all member attributes in the get team members list api call.

LanesGood avatar Jan 11 '23 19:01 LanesGood