-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Team Management UI #4997
Open
aerosol
wants to merge
34
commits into
master
Choose a base branch
from
team-people-settings
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Team Management UI #4997
Conversation
This file contains 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
e8872ac
to
fab8583
Compare
aerosol
commented
Feb 4, 2025
aerosol
commented
Feb 4, 2025
c6d12bd
to
0e5d9ec
Compare
Will be needed later, when operations are applied in bulk and notifications go out only when transaction succeeded.
Will be used in setup but also later on, in membership settings.
By sharing the same form layout in both views, and enabling promoting guests to team members in a separate section.
2d92d34
to
5a78106
Compare
aerosol
commented
Feb 5, 2025
aerosol
commented
Feb 5, 2025
aerosol
commented
Feb 5, 2025
aerosol
commented
Feb 5, 2025
lib/plausible_web/templates/site/membership/invite_member_form.html.heex
Show resolved
Hide resolved
|
ukutaht
reviewed
Feb 5, 2025
ukutaht
reviewed
Feb 5, 2025
ukutaht
approved these changes
Feb 6, 2025
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.
Changes
This PR:
Team.Management.Layout
abstraction to handleTeams.Invitation
s states, combined withTeams.Membership
s - allowing free arrangement of them, in such way so that changes can be applied in a single transactionPromEx.Plugins.Oban
during tests, due to connection ownership clashesTeam setup allows enqueuing batched operations before the changes are submitted, while team settings section updates team layout immediately in-place.
The UI is mostly ready for handling multiple owners, although requires a merger with work that's parallel. Billing role will happily crash Live Views, since it's not implemented at all and not even enumerated properly in schemas and such. This is expected and proper regression indicators were planted.
The views are feature-flagged before we implement team role based access enforcement.
team/setup
route is normally accessible just once (given the setup completes), but you can revisit it temporarily by adding?dev=true
to the URL. Reseeding before first try is recommended.Tests
Changelog
Documentation
Dark mode