Skip to content

feat: display "Users and Permissions" plugin Roles and their permissions, add user creation/invitation for the "Users and Permissions" plugin, refactor the settings section#358

Draft
mihailkitrozoskicodechem wants to merge 2 commits intomainfrom
feat/users-and-permissions-plugin-user-display-and-invite

Conversation

@mihailkitrozoskicodechem
Copy link
Copy Markdown
Collaborator

@mihailkitrozoskicodechem mihailkitrozoskicodechem commented Mar 31, 2026

Added new "Plugins" section in the "settings". The new section "Roles and Permissions plugin" displays the Roles and their permissions on all the endpoints.
Added new User creation / email invitation flow (depending wether the IEmailService is configured) for the "Users and Permissions" plugin.
Refactored the settings side bar by extracting the logic into dedicated components

TODO:

  • there is a lot of duplicate code between the "regular user" and "users and permissions plugin" for the new user creation/invitation flow, it should be extracted as a common logic.
  • Add password reset option via the email service
  • implement the logic behind the allowed/not allowed button on the "Roles and permissions" section

What Changed?

  • display "Users and Permissions" plugin Roles and their permissions
  • add user creation/invitation for the "Users and Permissions" plugin
  • refactored the settings component

Type of Change

  • ✨ New feature (adds new functionality without breaking existing features)

Review Checklist

  • My code follows the project's style and conventions
  • I've reviewed my own code for obvious issues
  • I've added comments where the code might be confusing
  • I've updated relevant documentation (if needed)
  • I've tested my changes and they work as expected

Screenshots / Additional Context

image image

…ons, add user creation/invitation for the "Users and Permissions" plugin, refactor the settings sidebar

TODO:
- there is a lot of duplicate code between the regular user and users and permissions plugin for the new user creation/invitation flow, try to extract the common logic.
- Add password reset option
- Add deletion button for the users and permissions plugin users
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.

1 participant