Changes between Version 5 and Version 6 of BluePrintAuthorization
- Timestamp:
- 06/18/10 16:02:13 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v5 v6 2 2 == User Stories == 3 3 * A Developer needs to be able to restrict access to a Module 4 * done: s3.modules (Add Controller check as well as menu check. Configure permissions in 000_config.py?) 4 * ~~s3.modules in {{{01_modules.py}}}~~ 5 * Add Controller check as well as menu check. 6 * Configure permissions in {{{000_config.py}}} instead of {{{01_modules.py}}}? 5 7 * A Developer needs to be able to restrict access to a Function 6 8 * Decorator function - although it doesn't support OR (we could easily write our own function to do this, though) … … 64 66 * This requires the default of adding 1 group per user!? 65 67 * An Admin should be able to restrict access to records to just those within a certain GIS location (e.g. Country or Region) 68 * If access to a record is restricted then access to messages relating to that record should also be restricted 69 * unless routed somewhere visible as well! 70 * onaccept on message routing (tagging) to check if the only tags are on restricted resources...if they are then restrict the message too. 66 71 67 72 ----