Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the accounts.OrganizationAccount model #47

Open
4 of 5 tasks
eronlloyd opened this issue Nov 27, 2022 · 0 comments
Open
4 of 5 tasks

Implement the accounts.OrganizationAccount model #47

eronlloyd opened this issue Nov 27, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@eronlloyd
Copy link
Member

eronlloyd commented Nov 27, 2022

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

  • 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
@eronlloyd eronlloyd added the enhancement New feature or request label Nov 27, 2022
@eronlloyd eronlloyd added this to the Release 0.1 milestone Nov 27, 2022
@eronlloyd eronlloyd self-assigned this Nov 27, 2022
@eronlloyd eronlloyd reopened this Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant