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

Allow for more project-level customization #395

Open
amstilp opened this issue Sep 28, 2023 · 1 comment
Open

Allow for more project-level customization #395

amstilp opened this issue Sep 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@amstilp
Copy link
Contributor

amstilp commented Sep 28, 2023

This would be a fairly big update that allows a project to customize the behavior of the app more. Some examples of the types of customizations that we'd like to have:

  • When a Workspace of a specific type is created, automatically create an auth domain for that workspace with a related name.
  • Automatically add a specific group to any ManagedGroup that is created in the app.
  • Automatically share a Workspace of a specific type with a specific ManagedGroup.
    ...etc.

This change involves adding new adapter methods (e.g., before_django_create, before_anvil_create, after_django_create, after_anvil_create, etc) and then using them throughout the views or model methods.

@amstilp amstilp added the enhancement New feature or request label Sep 28, 2023
@amstilp
Copy link
Contributor Author

amstilp commented Jul 3, 2024

Partially addressed in #499 for workspaces

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