BenoitTalbot / bungeni-portal

Automatically exported from code.google.com/p/bungeni-portal
0 stars 0 forks source link

merge down into a single table for groups and memberships #768

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
An implementor customizing Bungeni is able to define new groups via 
configuration / via the admin interface. Bungeni provides a fixed set of group 
types in the system, but its sometimes neccessary for a Implementor to also to 
be able to define new kinds of groups via configuration this is currently not 
possible because :  
Groups are not captured in a single table in Bungeni - the database model is 
spread across tables -e.g. parliament is a group but has its own table. This 
needs to be merged down in to a single table similar to the uni-document schema 
model for Documents. This is the first step in being able to have declarative 
groups.
Groups do not use a single group archetype infrastructure,  instead there are 
additional descriptors and extended group features and attributes are not 
dynamically pluggable. 

Original issue reported on code.google.com by ashok.ha...@gmail.com on 7 Sep 2012 at 12:38

GoogleCodeExporter commented 8 years ago

Original comment by ashok.ha...@gmail.com on 7 Sep 2012 at 12:38