jmcneese / permissionable

A CakePHP 1.3 plugin that provides UNIX-like row-level permissions for model data.
http://jmcneese.wordpress.com/2010/01/28/rmac-is-dead-long-live-rmac/
MIT License
50 stars 8 forks source link

Web UI for setting permissions on object rows #11

Open t73biz opened 13 years ago

t73biz commented 13 years ago

We could really use a web ui for setting the permissions on a row. I envision a ajax interface that would be searchable and allow for multi records to be updated if possible. I'd be willing to work on this if there is enough interest in it.

jmcneese commented 13 years ago

that would be very cool, man, i'm sure everyone would appreciate something like that.

iknowthis commented 13 years ago

I'll chime in and say I'd that I'd like this feature too. I've been looking at a number of Cake ACL implementations and I really like Joshua's approach. Anything to make it easier to use is good in my book.