This repository was archived by the owner on Mar 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Ownership transfer #43
Labels
Comments
@jmgasper any thoughts on this one? |
I think that would work, but the new user will have to have access to the project in Gitlab / Github or things might break. I'm not sure how to do that test yet. |
well to be robust we'd check our db of user mappings and block if the user wasn't in there I suppose |
jmgasper
added a commit
that referenced
this issue
Sep 21, 2018
jmgasper
added a commit
to topcoder-archive/topcoder-platform-topcoder-x-processor
that referenced
this issue
Sep 21, 2018
topcoder-archive/topcoder-platform-topcoder-x-ui#44 topcoder-archive/topcoder-platform-topcoder-x-ui#61 (Major requirement) topcoder-archive/topcoder-platform-topcoder-x-ui#42 (Major requirement) topcoder-archive/topcoder-platform-topcoder-x-ui#43 topcoder-archive/topcoder-platform-topcoder-x-ui#77 (Major requirement) topcoder-archive/topcoder-platform-topcoder-x-ui#66
This was referenced Sep 21, 2018
Closed
jmgasper
added a commit
that referenced
this issue
Sep 25, 2018
jmgasper
added a commit
that referenced
this issue
Oct 9, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be convenient for an Admin to set up a project and then transfer project ownership to another user, such as a copilot.
UI
In the UI, for an admin, we will show a new option on the
Edit
screen for a project. This button will beTransfer ownership
and will be in the header of the screen.When
Transfer ownership
is clicked, we will show a popup with this information:Transfer ownership
Topcoder handle
When OK is clicked, we will validate that the
Topcoder handle
field is filled.Functionality
When the OK button is clicked, we will:
If we don't have a mapping for the new user, we need to ensure that an error message is shown to the user saying
User <TC Handle> doesn't currently have Topcoder-X access. Please have them sign in and set up their Gitlab and Github accounts with Topcoder-X before transferring ownership.
The text was updated successfully, but these errors were encountered: