Changes between Version 14 and Version 15 of AuthModule/UserStories
- Timestamp:
- 2011-01-22T09:50:13+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AuthModule/UserStories
v14 v15 39 39 * Create a user interface to manage users and groups that is accessible to the administrator only. 40 40 41 == As an administrator I want to have the possibility to forward permissions from an entity to others. == 42 Acceptance criteria: 43 * I want that I can automatically derive my permissions on 'Sample' from the sharing permissions that are set on Investigation 44 * Please add! 45 46 Tickets: 47 * Create a function as part of the admin interface to forward permissions from an entity to others that are connected with it (xref, mref). 48 41 49 == As authenticated user I want to create my private groups of users and, for objects that I own, add permissions on users or groups. == 42 50 "My sharing preferences" screen … … 47 55 * I want to be able to transfer ownership on all my data object to another user 48 56 * I want to say that my friend Peter can see all Protocols that I own but not all my ObservedValue except those ObservedValue I marked as 'public'. 57 * , Erik, can give my co-workers Despoina and Robert read-only access to all the features, values and targets belonging to my investigation AnimalDB. 49 58 * If multiple permissions apply the narrower ones override the broader ones. 50 59 * Please add! … … 58 67 * Create a user interface to manage permissions for the entities owned by the user that is logged in. 59 68 60 == As an administrator I want to have the possibility to forward permissions from an entity to others. ==61 Acceptance criteria:62 * I want that I can automatically derive my permissions on 'Sample' from the sharing permissions that are set on Investigation63 * Please add!64 65 Tickets:66 * Create a function as part of the admin interface to forward permissions from an entity to others that are connected with it (xref, mref).67 68 69 == As a anonymous user I want to see all the entities I am entitled to see without logging in. == 69 70 Acceptance criteria: … … 74 75 * Make the login class to log in this public user by default. 75 76 76 == As an investigator I want to be able to share the permissions on all entities belonging to my investigation with other users or groups. ==77 Acceptance criteria:78 79 * I, Erik, can give my co-workers Despoina and Robert read-only access to all the features, values and targets belonging to my investigation AnimalDB.80 * Please add!81 82 Tickets:83 84 * See above.