You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Organization Accounts are the primary container for the platform; users must create or join organizations before being able to do anything else. The platform is mult-tenant, allowing multiple Organizational Accounts to co-exist (and even collaborate, as planned).
Requirements
Slug field for the organization's "namespace", subdomain, etc.
All objects created within the namespace must be rooted to the account via an org_account field, whether directly or adjacent to an object that does
Ownership of child objects should be with the account, not the users that create them
Settings for the account will likely remain with this model
Dependencies
None
Tasks
Write unit tests
Write functional tests
Write docstring
Write code
Write documentation
The text was updated successfully, but these errors were encountered:
Description
Organization Accounts are the primary container for the platform; users must create or join organizations before being able to do anything else. The platform is mult-tenant, allowing multiple Organizational Accounts to co-exist (and even collaborate, as planned).
Requirements
org_account
field, whether directly or adjacent to an object that doesDependencies
Tasks
The text was updated successfully, but these errors were encountered: