generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Labels
complexity: missingp-feature: APIp-feature: User PermissionsFeature includes how user access levels / user permissions will be implemented in the productFeature includes how user access levels / user permissions will be implemented in the productrole: devopssize: 2ptCan be done in 7-12 hoursCan be done in 7-12 hours
Milestone
Description
Overview
Currently, there is no way for admins to see a list of users who are project managers and which projects they are associated with on VRMS. Given that, we need to research how to create an API that will return a list of users with each entry corresponding to a project they manage.
Action Items
- Research best practices for populating list of users who manage Projects, and list of projects User manages via user, using one source of data.
project: {
managers: [user1, user2]
}
User {
projectsManaged: [project1, project2]
}- Once research is completed, post in comments, and move on to: Create API call to get all users who are listed as managers on a project #1771
Resources/Instructions
- Refer to: https://www.mongodb.com/docs/
- This issue is part of this epic: Epic - User Permission Search #1737
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
complexity: missingp-feature: APIp-feature: User PermissionsFeature includes how user access levels / user permissions will be implemented in the productFeature includes how user access levels / user permissions will be implemented in the productrole: devopssize: 2ptCan be done in 7-12 hoursCan be done in 7-12 hours
Type
Projects
Status
Done