-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(boards2): simplify default permissions implementation (#3770)
The default permissions implementation is an implementation of the `Permissions` interfaces that is used by default when creating new boards and also used as the default realm permissions. The original idea is to be able to switch the implementation for a custom one allowing boards to customize the board interaction rules, or to be able to switch the realm implementation for a different one that uses another DAO with different board creation rules for example. This is an idea that still requires further discussions and refinement. This PR removes the default permission creation options which at this point makes no sense given that we don't have a boards2 package and default permissions are only used within the realm.
- Loading branch information
1 parent
871d13e
commit 72c1407
Showing
5 changed files
with
241 additions
and
230 deletions.
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
Oops, something went wrong.