home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / roles.roles < prev    next >
Text File  |  1996-10-15  |  1KB  |  34 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cayenne Software Inc.    1996
  4. #
  5. #      File:           @(#)roles.setup    /main/titanic/2
  6. #      Author:         Marcel Bancken
  7. #      Description:    roles setup file
  8. #
  9. # File to setup the roles for a particular Project+Configuration.
  10. #
  11. # Access Rights are coded in MCRUD syntax, each letter stands for:
  12. #
  13. # (M)anage = Control Action
  14. # (C)reate = Create, Insert Action
  15. # (R)ead   = Read Action
  16. # (U)pdate = Modify, ModifyStatus, Freeze, Unfreeze Action
  17. # (D)elete = Remove, Destroy Action
  18. #
  19. #---------------------------------------------------------------------------
  20. # SccsId = @(#)roles.setup    /main/titanic/2   15 Oct 1996 Copyright 1996 Cayenne Software Inc.
  21.  
  22. # Role Name     | Phase Name    | Access Rights
  23.  
  24. ProjectManager  | *        | M C R U D
  25. Analyst        | *            | R
  26. Analyst        | Analysis    | C R U D
  27. Designer    | *        | R
  28. Designer    | *Design    | C R U D
  29. Programmer    | *        | R
  30. Programmer    | Implementation| C R U D
  31. Tester        | ObjectDesign    | R
  32. Tester        | Implementation| R
  33. QA-Officer    | *        | R
  34.