Move members into Organization settings tab#1439
Draft
gearnode wants to merge 1 commit into
Draft
Conversation
Remove the standalone People sidebar entry and person detail pages. Membership management now lives under Organization > Members with a simplified email and role table and the same invite, archive, and remove actions as before. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the standalone People sidebar entry and consolidates membership management under Organization → Members.
/organizations/:id/settings/membersshowing email, role, and actions (send activation mail, archive, remove) — same behavior as the old People list, without name/status/created columns or person detail pages./peopleURLs redirect to/settings/members.Test plan
/peopleURL — should redirect to/settings/membersSummary by cubic
Moved membership management into Organization → Members and removed the standalone People section. Keeps invite/archive/remove, simplifies adding members, and redirects old People routes to the new Members tab.
App: console
+351-701/peopleto/settings/members.Written for commit 395f7eb. Summary will update on new commits.