Show members of a team
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I would like my users be able to see members of teams. For example, if a developer can see members of the build team, then the developer can interact with a person on the team. Right now, team members are not displayed unless the user is a member of the team.
Describe alternatives you've considered
No response
Additional context
No response
I need to set up a development environment, but it looks like the following two changes would do what I am requesting:
In contacts/src/components/CircleDetails.vue
line 60
- <section v-if="showDescription" class="circle-details-section">
+ <section>
line 75
- <section v-if="circle.isMember" class="circle-details-section">
+ <section>
As mentioned within my original issue (https://github.com/nextcloud/circles/issues/1431) I still think the feature is super important. For good collaboration between teams and departments, it is essential to see who is part of another team that you don't belong to and who you can contact if you need to.
I am offering to work on the feature and would like to talk to the project managers about how this can best be implemented.