home *** CD-ROM | disk | FTP | other *** search
/ PC World 1997 November / PCWorld_1997-11_cd.bin / software / programy / komix / DATA.Z / roles.setup < prev    next >
Text File  |  1996-08-12  |  925b  |  33 lines

  1. #
  2. # Roles Setup File: File to Setup the roles for a particulair
  3. # Project+Configuration.
  4. #
  5. # The Role Name is a name assigned by the user, e.g. user defined
  6. #
  7. # The Phase is the name of the Phase in a Project Configuration
  8. #
  9. # Access Rights are code in the MCRUD syntax, each letter stands for:
  10. #
  11. # (M)anage = Control Action
  12. # (C)reate = Create, Insert, ModifyStatus Action
  13. # (R)ead   = Read Action
  14. # (U)pdate = Modify, Freeze, Unfreeze Action
  15. # (D)elete = Remove, Destroy Action
  16. #
  17.  
  18. # Role Name     | Phase Name    | Access Rights
  19.  
  20. ProjectManager  | *        | M-C-R-U-D
  21. ProjectMember    | *          | C-R-U-D
  22. Analyst        | *            | R
  23. Architect    | *               | R
  24. Designer    | *        | R
  25. Programmer    | *        | R
  26. Analyst        | Analysis    | C-R-U-D
  27. Architect    | SystemDesign    | C-R-U-D
  28. Designer    | ObjectDesign    | C-R-U-D
  29. Programmer    | Implementation| C-R-U-D
  30. Tester        | ObjectDesign    | R
  31. Tester        | Implementation| R
  32. QA-Officer    | *        | R
  33.