Changes between Version 5 and Version 6 of BluePrintAuthorization


Ignore:
Timestamp:
06/18/10 16:02:13 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v5 v6  
    22== User Stories ==
    33 * 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}}}?
    57 * A Developer needs to be able to restrict access to a Function
    68  * Decorator function - although it doesn't support OR (we could easily write our own function to do this, though)
     
    6466   * This requires the default of adding 1 group per user!?
    6567 * 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.
    6671
    6772----