Topic: On creating module permissions module... how do I do it (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: you tell me |
posted 01-07-2008 09:11
Hi guys, need some advice .. again.. well again for the umpteenth time my project seems to be in for another revision [as if thats not new] well the revision isn't real collossal but again any revision is a revision nonetheless.. Currently my project has modules and a simple module permissions based system. Each module can have teh following permissions i.e. Read, Write, Delete, Edit, Full or None - I know it sounds odd like as though its somekind of filesystem but hey this was my co workers bright Idea to make up such a system... The information is stored in a db as a single encrypted value...in hex format - sounds linux ... anyway it now appears that my boss doesn't want to have a simple read, write,edit etc idea of modules.. but instead he'd like to have something more specific and so he's decided that he wants that access to each module be controlled as such that whatever link or function can be performed on a module be checked or not checked. Like lets say a module has links like - add item, view item, download item, classify item, delete item, group item etc he'd like that access to links on teh module be configured through the module permissions settings part. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 01-07-2008 13:52
Depends a bit on the language, but one way to go |