Changes between Version 14 and Version 15 of AuthModule/UserStories


Ignore:
Timestamp:
2011-01-22T09:50:13+01:00 (14 years ago)
Author:
Morris Swertz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AuthModule/UserStories

    v14 v15  
    3939 * Create a user interface to manage users and groups that is accessible to the administrator only.
    4040
     41== As an administrator I want to have the possibility to forward permissions from an entity to others. ==
     42Acceptance 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
     46Tickets:
     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
    4149== As authenticated user I want to create my private groups of users and, for objects that I own, add permissions on users or groups. ==
    4250"My sharing preferences" screen
     
    4755 * I want to be able to transfer ownership on all my data object to another user
    4856 * 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.
    4958 * If multiple permissions apply the narrower ones override the broader ones.
    5059 * Please add!
     
    5867 * Create a user interface to manage permissions for the entities owned by the user that is logged in.
    5968
    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 Investigation
    63  * 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 
    6869== As a anonymous user I want to see all the entities I am entitled to see without logging in. ==
    6970Acceptance criteria:
     
    7475 * Make the login class to log in this public user by default.
    7576
    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.