orymeyer / collective-intelligence-framework

Automatically exported from code.google.com/p/collective-intelligence-framework
0 stars 0 forks source link

improved permissions model #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Feature Description:

create a permissions model that tags each entry with a group, include as 
default in index for searching by group where applicable

all analytics would need to carry the groups over so there is no data leakage 
similar to RESTRICTION

use the unix groups model; groups get unique uuid's that are indexed, etc.

Target Audience:

all users

Purpose:

in the case of multiple deployment situations; it might be useful to try this 
out; see how it scales with multiple groups.

Original issue reported on code.google.com by saxjazm...@gmail.com on 2 Aug 2011 at 6:08

GoogleCodeExporter commented 9 years ago
default group: public which anyone with a key can query and get results for 
(restriction in this case should mitigate against data leakage, maybe with a 
default of NULL to make the search quicker?)

Original comment by saxjazm...@gmail.com on 2 Aug 2011 at 6:09

GoogleCodeExporter commented 9 years ago

Original comment by saxjazm...@gmail.com on 5 Sep 2011 at 1:35