forked from JoshOrndorff/substrate-node-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Permissions pallet #75
Copy link
Copy link
Open
Labels
featureDevelop new feature on the applicationDevelop new feature on the applicationon holdIssue is currently on hold.Issue is currently on hold.
Milestone
Metadata
Metadata
Assignees
Labels
featureDevelop new feature on the applicationDevelop new feature on the applicationon holdIssue is currently on hold.Issue is currently on hold.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
To do
We have to create a better way to manage permission. By permissions I mean which profile is allowed to create/update/delete/complete/reject tasks or create/add/remove members/tasks in organizations.
We have to create a pallet through which we can manage all these permissions.
You can use this pallet as inspiration:
https://github.com/dappforce/subsocial-solochain/blob/master/pallets/permissions/src/default_permissions.rs
https://github.com/dappforce/subsocial-solochain/blob/master/pallets/permissions/src/lib.rs