G-Node / gin-ui

User interface for G-Node services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RepoSettings: Display name and e-mail of repository collaborators

mpsonntag opened this issue · comments

Currently the list of collaborators at RepoSettings displays only the collaborators usernames,
since this list is delivered from gin-repo.

Full name and e-mail of the collaborators of a repository need to be fetched from gin-auth. Currently this would require an individual GET request for every collaborator. Ideally use a more performant solution.