-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Create the "User Permission Search" screen #1752
Comments
Filtering Project LeadsHey all, I was able to filter the Project Leads in alphabetical order according to their project names and then first name, as per the action item mentioned:
The dummy data I used was an array of
I looped through all the I was wondering if there was a more efficient way to do it, or should I continue by creating a pull request so someone can review the code? All other actionable items are complete. |
@trillium Issue has been resolved! I was able to run cc: @JackHaeg @vorleakyek |
Overview
Currently, there is no way for admins to see a list of other admins on the VRMS app, or a list of users with Project Management (PM) access to specific projects. We need to create a "User Permission Search" screen, which will host these features.
Requirements
Details
Design the skeleton of this page: ( See page 2 of mockups ):
Action Items
/users/permission-search
type
as a string that either = admin or projectLeads/users/permission-search/admin
and/users/permission-search/projects
/users/permission-search
that page will change the navigation to add/admin
by default (i.e.,/users/permission-search/admin
), that state is dependent on the toggle box selected between/projects
and/admin
Resources/Instructions
Screenshot of User Permission Search Screen mockups
The text was updated successfully, but these errors were encountered: