Any Examples or a thread i can check out
# spicedb
s
Any Examples or a thread i can check out to implement plan for organizations so Plan 1, Plan 2 ... Each Plan gives certain features of the webapp
v
you can use the wildcard to implement plans in your organization. E.g.
Copy code
definition organization {
  relation issue_deleter: user
  relation delete_issues_plan: user:*

  permission delete_issue: issue_deleter & delete_issues_plan
}
`