dbu / dashboard

A Symfony2 application to show and search aggregated information over a configured list of repositories
Other
29 stars 3 forks source link

multi-tenant #7

Open dbu opened 11 years ago

dbu commented 11 years ago

make this project multi-tenant and have the repositories config in a database. then users could define their own dashboards. tenant name could be a path or a subdomain.

cordoval commented 10 years ago

what if we use https://github.com/iampersistent/MongoDBAclBundle ? :baby:

dbu commented 10 years ago

not sure if it has much to do with acl. the main thing would be to have different configurations selected based on a path or subdomain. like dashboard.davidbu.ch/symfony-cmf , dashboard.davidbu.ch/symfony-core , ...

a next step would then to be able to edit such configurations online and create new ones without changing configuration files.