Changes between Initial Version and Version 1 of Ticket #93


Ignore:
Timestamp:
08/26/09 13:27:10 (5 years ago)
Author:
rgrp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #93 – Description

    initial v1  
    1 A user's ability to edit a package should be configurable by an admin. Propose there are 3 level of capability on a package: 
     1A user's ability to edit a package should be configurable by an admin. Propose there are 3 level of capability/action for a package: 
    22 
    33  * Admin 
     
    55  * Read (optional at present since everything should be readable) 
    66 
    7 Cost: 2d 
     7Cost: 6d 
    88 
    99== Details == 
    1010 
    11   * An Admin should be able to change the permissions for the package for others. 
     11  * A package Admin should be able to change the permissions for the package for others. 
    1212  * A person registering a package (if logged in) automatically becomes an Admin for that package 
    1313  * By default being an Admin implies Editor implies Reader 
    1414  * By default edit rights are for everyone (as are read rights) 
     15  * A system administrator may alter the package Admins for any package (this is optional since now that we have web admin interface for editing of model/DB could do this via that route) 
    1516 
    16 == Extras == 
     17=== Extras === 
    1718 
    1819May wish to expand edit permissions in future to e.g.: 
     
    2122  * Edit: tags 
    2223  * Edit: everything 
     24 
     25== Implementation Details ==