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

Multi-tentant architecture #62

Closed
askz opened this issue Jul 12, 2017 · 5 comments
Closed

Multi-tentant architecture #62

askz opened this issue Jul 12, 2017 · 5 comments
Labels

Comments

@askz
Copy link
Contributor

askz commented Jul 12, 2017

Hi,

I would like to know what do you think about using this example for multi-tenant application.
Is it necessary to add some tenant table, or could I extend the Team model and use it as tenant model ? (because I don't need Team model anyway)
Let me know, thanks !

@frol
Copy link
Owner

frol commented Jul 12, 2017

The example features the users and permissions with roles. Teams module is optional, so you can safely drop it completely, and in fact, everything is optional in this example :)

@khorolets
Copy link
Collaborator

@frol I belive @askz proposes to extend you example (or rewrite it a lil bit). @askz am I right?

@askz
Copy link
Contributor Author

askz commented Jul 13, 2017

yup that's it @khorolets
I need it for my application so I'll probably submit a PR if you mind
Instead using Team module I'll write a Tenant module

@frol
Copy link
Owner

frol commented Jul 13, 2017

Sure, let's see how it works!

@frol
Copy link
Owner

frol commented Dec 19, 2017

I close it since there was no activity here, but I am open to new PRs

@frol frol closed this as completed Dec 19, 2017
@frol frol added the question label Dec 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants