Changes between Version 37 and Version 38 of BluePrintAuthorization
- Timestamp:
- 06/19/10 17:38:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v37 v38 252 252 253 253 === Anonymous authoring === 254 Some tables should be writable by unauthenticated users ({{{writable=|0|}}})255 * Need special handling for this in {{{shn_create}}}/{{{shn_update}}}?256 * Might need to differentiate the 2 (can deposit new but not edit existing)254 Some tables should be writable by unauthenticated users 255 * Need to differentiate the 2 (can deposit new but not edit existing) 256 * Function {{{shn_has_permission()}}} above handles this by setting ({{{writable=|0|}}}) 257 257 * Might want to be have new records by unauthenticated users not be visible in lists until an admin has approved them 258 * Add a new field 'approved', which default to 'False' for unauthenticated users 259 * Filter for this: {{{query = query & (table.approved == True)}}} 260 * Q: Do we keep this in individual controllers 261 * manual & need to check additional functions like Sync 262 * Q: Do we do check globally within {{{shn_accessible_query()}}} & {{{shn_has_permission}}} 263 * means extra logic every CRUD check when most resources don't need this 264 258 265 259 266 === Visibility of Options ===