Hi, I’m modeling a typical application like GitHub...
# spicedb
s
Hi, I’m modeling a typical application like GitHub and have a requirement for visibility controls. A repo can be public, public to only the organization or private. In authzed playground, I used a relationship like ‘user:* with if_public_resource’ to model this. Is this a reasonable solution? Does anyone have any blogs / suggestions for this kind of use case?