What is the best way to have multiple user groups in flask? [closed]

I'm designing a Ticket System in flask.

Requirements: A user would need to create seperate user accounts for each organization they login to. One Organization could not see tickets from another organization. One Organization would have multiple ticket queues.

If I want multiple organizations to use it on a server, should I use a model user group that has all the organizations and each user?, or just have a organization_id for each user to link them to what organization they are in?



from Recent Questions - Stack Overflow https://ift.tt/3nr9QLZ
https://ift.tt/eA8V8J

Comments

Popular posts from this blog

Spring Elasticsearch Operations

Network Error and Timeout on Authorize.net JS

Object oriented programming concepts (OOPs)