home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1996
- #
- # File: @(#)roles.setup /main/titanic/2
- # Author: Marcel Bancken
- # Description: roles setup file
- #
- # File to setup the roles for a particular Project+Configuration.
- #
- # Access Rights are coded in MCRUD syntax, each letter stands for:
- #
- # (M)anage = Control Action
- # (C)reate = Create, Insert Action
- # (R)ead = Read Action
- # (U)pdate = Modify, ModifyStatus, Freeze, Unfreeze Action
- # (D)elete = Remove, Destroy Action
- #
- #---------------------------------------------------------------------------
- # SccsId = @(#)roles.setup /main/titanic/2 15 Oct 1996 Copyright 1996 Cayenne Software Inc.
-
- # Role Name | Phase Name | Access Rights
-
- ProjectManager | * | M C R U D
- Analyst | * | R
- Analyst | Analysis | C R U D
- Designer | * | R
- Designer | *Design | C R U D
- Programmer | * | R
- Programmer | Implementation| C R U D
- Tester | ObjectDesign | R
- Tester | Implementation| R
- QA-Officer | * | R
-