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

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

Open
2 tasks
Tracked by #1737
JackHaeg opened this issue Oct 2, 2024 · 0 comments
Labels
p-feature: API p-feature: User Permissions Feature includes how user access levels / user permissions will be implemented in the product role: devops size: 2pt Can be done in 7-12 hours

Comments

@JackHaeg
Copy link
Member

JackHaeg commented Oct 2, 2024

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

@JackHaeg JackHaeg added role: devops p-feature: API p-feature: User Permissions Feature includes how user access levels / user permissions will be implemented in the product size: 2pt Can be done in 7-12 hours labels Oct 2, 2024
@JackHaeg JackHaeg changed the title Create API call to get all users who are listed as managers on a project Research best practices on creating API call to get all users who are listed as managers on a project Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-feature: API p-feature: User Permissions Feature includes how user access levels / user permissions will be implemented in the product role: devops size: 2pt Can be done in 7-12 hours
Projects
Status: Prioritized Backlog
Development

No branches or pull requests

1 participant