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 listing user's projects when adding to an org #1119

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rmunn
Copy link
Contributor

@rmunn rmunn commented Oct 11, 2024

WIP. Will fix #1096 when complete.

Currently this PR has just the bare outline of a component for listing a user's projects, which will be used for adding users to org, and letting users add their own projects to an org.

Eventually this PR will also include the change to the org management page where, when you add a user, you can also import all (or some) of the user's projects as well.

Will be used for adding users to org, and letting users add their own
projects to an org.
@rmunn rmunn self-assigned this Oct 11, 2024
@rmunn rmunn linked an issue Oct 11, 2024 that may be closed by this pull request
Copy link

UI unit Tests

12 tests  ±0   12 ✅ ±0   0s ⏱️ ±0s
 4 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 359d7f1. ± Comparison against base commit c7e9364.

@rmunn
Copy link
Contributor Author

rmunn commented Oct 11, 2024

Design decision from meeting: component will not make GQL query, but will be handed the list of projects in a prop. The "add member to org" dialog is doing a query on the user you select, so we'll edit that query in order to pull the user's project list and hand it to the component. The component will end up as a pure display component, which simply formats the data and presents a bindable prop for the checkbox group.

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

Successfully merging this pull request may close these issues.

list and add member projects when adding a new member
1 participant