Changes between Version 1 and Version 2 of AuthModule/UserStories


Ignore:
Timestamp:
2011-01-19T11:56:39+01:00 (14 years ago)
Author:
rwagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AuthModule/UserStories

    v1 v2  
    11== Authentication and Authorization module user stories ==
     2=== As a user I want the module to have a set of permissions including read, write, execute and ownership. ===
     3Acceptance criteria:
    24
    3 As a user I want the module to have a set of permissions including read, write, execute and ownership.
     5=== As a user I want the module to have a set of entities including tables, columns, rows and screens. ===
     6Acceptance criteria:
    47
    5 As a user I want the module to have a set of entities including tables, columns, rows and screens.
     8=== As a user I want the module to have a structure containing users and groups. Users can be part of groups. Both can have permissions on entities. If multiple permissions apply to an entity the narrower ones override the broader ones. ===
     9Acceptance criteria:
    610
    7 As a user I want the module to have a structure containing users and groups. Users can be part of groups. Both can have permissions on entities. If multiple permissions apply to an entity the narrower ones override the broader ones.
     11=== As a user I want to be able to change permissions (grant, revoke) for the entities I own. The permissions are strictly limited to the entity. No information from linked entities will show up if permissions have not been given. ===
     12Acceptance criteria:
    813
    9 As a user I want to be able to change permissions (grant, revoke) for the entities I own. The permissions are strictly limited to the entity. No information from linked entities will show up if permissions have not been given.
     14=== As an administrator I want to be able to manage users and groups. ===
     15Acceptance criteria:
    1016
    11 As an administrator I want to be able to manage users and groups.
     17=== As an administrator I want to have the possibility to forward permissions from an entity to others. ===
     18Acceptance criteria:
    1219
    13 As an administrator I want to have the possibility to forward permissions from an entity to others.
     20=== As a public user I want to see all the entities I am entitled to see without logging in. ===
     21Acceptance criteria:
    1422
    15 As a public user I want to see all the entities I am entitled to see without logging in.
    16 
     23=== As an investigator I want to be able to share the permissions on all entities belonging to my investigation with other users or groups. ===
     24Acceptance criteria:
    1725As an investigator I want to be able to share the permissions on all entities belonging to my investigation with other users or groups.