Changes between Initial Version and Version 1 of Ticket #93
- Timestamp:
- 08/26/09 13:27:10 (5 years ago)
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 ona package:1 A user's ability to edit a package should be configurable by an admin. Propose there are 3 level of capability/action for a package: 2 2 3 3 * Admin … … 5 5 * Read (optional at present since everything should be readable) 6 6 7 Cost: 2d7 Cost: 6d 8 8 9 9 == Details == 10 10 11 * A nAdmin 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. 12 12 * A person registering a package (if logged in) automatically becomes an Admin for that package 13 13 * By default being an Admin implies Editor implies Reader 14 14 * 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) 15 16 16 == Extras==17 === Extras === 17 18 18 19 May wish to expand edit permissions in future to e.g.: … … 21 22 * Edit: tags 22 23 * Edit: everything 24 25 == Implementation Details ==