Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow management of Managers of Projects from Group API #26

Open
knikolla opened this issue Jan 19, 2024 · 0 comments
Open

Allow management of Managers of Projects from Group API #26

knikolla opened this issue Jan 19, 2024 · 0 comments

Comments

@knikolla
Copy link
Collaborator

Currently it is not possible to add someone with a manager role through the API, so we've had to do this manually for TAs of a class.

There are two design issues to work out

  • Groups currently represent users of a Resource Allocation, whereas the Manager role is on the Project rather than Resource Allocations.
  • We're not exposing Projects through the API.

One possible solutions is to expose both memberships through the API as different groups:

Ex.
/Groups/allocation-123 would return the users of Resource Allocation 123 (currently /Groups/123).
/Groups/project-1234-users would return the users with a User role on Project 123.
/Groups/project-1234-managers would return the users with a Manager role on Project 123.

@knikolla knikolla changed the title Expose Managers of Projects from Group API Expose management of Managers of Projects from Group API Jan 19, 2024
@knikolla knikolla changed the title Expose management of Managers of Projects from Group API Allow management of Managers of Projects from Group API Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant