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

Remove the AccessControl class. #680

Merged
merged 2 commits into from
Feb 5, 2024
Merged

Remove the AccessControl class. #680

merged 2 commits into from
Feb 5, 2024

Conversation

iamdharmesh
Copy link
Member

Description of the Change

The PR removes the AccessControl class, which was responsible for handling the user access to features. Previously, we adopted a provider-first approach, with multiple features falling under it. To manage user access at the feature level, we introduced the AccessControl class. However, with the refactoring of the plugin to a feature-first approach, user access is now handled within the Feature class, making the AccessControl class obsolete.

Closes #669

How to test the Change

Test overall role/user permissions for the features.

Changelog Entry

Removed - The AccessControl class, as it was no longer in use.

Credits

Props @dkotter @iamdharmesh

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@iamdharmesh iamdharmesh requested review from dkotter, jeffpaul and a team as code owners February 2, 2024 11:35
@iamdharmesh iamdharmesh self-assigned this Feb 2, 2024
@iamdharmesh iamdharmesh added this to the 3.0.0 milestone Feb 2, 2024
@dkotter dkotter merged commit 7e58b9f into develop Feb 5, 2024
12 checks passed
@dkotter dkotter deleted the ehnancement/669 branch February 5, 2024 17:12
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.

Move the AccessControl class
2 participants