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

Multiple log sites #35

Open
lfkeitel opened this issue Nov 10, 2015 · 1 comment
Open

Multiple log sites #35

lfkeitel opened this issue Nov 10, 2015 · 1 comment

Comments

@lfkeitel
Copy link
Member

Have the ability to create separate "sites" in a single Dandelion instance. Users would have permissions to determine which site they can see and interact with. All logs would be stored in the same table but have an extra field called "site" which would be a simple int. A new table would be created called Sitenames with fields "id, name" where the name is user defined and the id is a foreign key for the Log table's site field. This will require several changes to how logs are handled, stored, and the user permissions system. A new system will be needed to manage sites. By default one site would be created called "Default Site".

@lfkeitel
Copy link
Member Author

Multiple log "sites"

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

No branches or pull requests

1 participant