Skip to content

Research best practices on creating API call to get all users who are listed as managers on a project #1769

@JackHaeg

Description

@JackHaeg

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]
}

Resources/Instructions

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions