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

all users have access to all data and a central db #103

Open
pmbanugo opened this issue Oct 17, 2016 · 1 comment
Open

all users have access to all data and a central db #103

pmbanugo opened this issue Oct 17, 2016 · 1 comment

Comments

@pmbanugo
Copy link
Member

Can I build an app where all users have access to the same data?

Maybe each user have access to their own data and have all the user db synchronise to a central db or option 2, have a central db and many users access it. I think the last option sounds better for my case.

all users have access to the same db (kind of like having a user table and authenticating based on user role/claims, and redirecting to appropriate pages).
they all basically access the same data but like having multiple user to one db.

@gr2m
Copy link
Member

gr2m commented Oct 17, 2016

from slack

hmm maybe have a central db where all user db replicates to. not sure how this will work. but from the top of my head I can say all users have access to the same db (kind of like having a user table and authenticating based on user role/claims, and redirecting to appropriate pages).
they all basically access the same data but like having multiple user to one db

[6:00]  
maybe having db for each user and have it replicate or have a central db and load it all up to the client for each user

[6:02]  
ok will open an issue tomorrow when I have clear mind on what I want

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants