Changes between Version 1 and Version 2 of RowLevelPermissions


Ignore:
Timestamp:
May 27, 2006, 1:43:24 PM (18 years ago)
Author:
indirecthit@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RowLevelPermissions

    v1 v2  
    2525The row level permissions will allow custom permissions.
    2626
     27The row level permissions can be modified using an API or by the administration interface.
     28
    2729Another possible method of doing this would be a similiar method to the current unix permissions. This method is not as flexible as the above method, and will most likely modify the object's table directly which might cause problems.
     30
     31
     32== Deliverables ==
     33
     34 * Modified administration interface that will allow users to modify row level permissions
     35 * API to allow developers to modify the row level permissions
     36 * Ability of developer to enable or disable row level permissions
     37 * Changes to the generated SQL that will create the row level permission table
    2838
    2939
Back to Top