This pull request adds a concept of an Organization having access to a member resource, and the member having the ability to approve or deny the request:
a ResourceRequest model tracks who at the Organization requested access to which member’s resource, and whether the member has approved or denied it
a way for a member to approve an Organization to have access to a resource
a way for a member to revoke an Organization’s access to a resource
a way for a member to deny an Organization’s to have access to a resource
relates to #18
This pull request adds a concept of an
Organization
having access to a member resource, and the member having the ability to approve or deny the request:ResourceRequest
model tracks who at theOrganization
requested access to which member’s resource, and whether the member has approved or denied itOrganization
to have access to a resourceOrganization
’s access to a resourceOrganization
’s to have access to a resource