Re: [Zope] What Products created What Permissions

2000-10-18 Thread Chris Withers

Michel Pelletier wrote:
> 
> Chris Withers wrote:
> >
> > Michael Bernstein wrote:
> > > On a slightly different note, I think that the permissions
> > > list should be viewable in two more ways: A view where
> > > permissions are grouped into 'subjects', (for example all
> 
> Perhaps a better idea is that Permissions are classes that inherit from
> super class permissions, so permission could be laid out in a
> heirarchical fasion.

I dunno, I'd prefer to see something like:

Role | Manager |\/| (dropdown list ;-)

DTML Method

[] Add [] View ...etc...

Squishdot Site

[] Add [] View [] Moderate ...etc...

rather than the current list where you can have something like:

Use  [] [] []

...where someone has carelessly named a permission and you have no idea
what product it relates to.

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] What Products created What Permissions

2000-10-17 Thread Michel Pelletier

Chris Withers wrote:
> 
> Michael Bernstein wrote:
> > On a slightly different note, I think that the permissions
> > list should be viewable in two more ways: A view where
> > permissions are grouped into 'subjects', (for example all

Perhaps a better idea is that Permissions are classes that inherit from
super class permissions, so permission could be laid out in a
heirarchical fasion.

Permission

  Add

Add Foos

  Edit

Edit Bars

  Delete

Delete Bobs

  View

etc...

we've thought about this before.  implementation makes my brain hurt.

-Michel

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )