Advertisement
Guest User

Untitled

a guest
May 31st, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. ### Grupo de Usuarios
  2.  
  3. ```
  4. | id | nombre |
  5. |----|---------------|
  6. | 1 | Usuario |
  7. | 2 | Analista |
  8. | 3 | Analista RQ |
  9. | 4 | Supervisor |
  10. | 5 | Supervisor RQ |
  11. | 6 | Gerente |
  12. ```
  13.  
  14. ### Niveles de Acceso
  15.  
  16. ```
  17. | id | nombre |
  18. |----|--------------|
  19. | 1 | Usuario |
  20. | 2 | Analista |
  21. | 3 | Supervisor |
  22. | 4 | Gerente |
  23. ```
  24.  
  25. ### Accesos Generales
  26.  
  27. ```
  28. | nombre | nivel acceso (id) |
  29. |-----------------|--------------------|
  30. | cartelera | 2 ~ 4 |
  31. | requerimiento | 2 ~ 4 |
  32. | configuración | 3 ~ 4 |
  33. | reporte | 4 |
  34. | estadistica | 4 |
  35. | b. conocimiento | 2 ~ 4 |
  36. ```
  37.  
  38.  
  39. ### Accesos granulados
  40.  
  41. - **Requerimientos**
  42.  
  43. ```
  44. | acción | grupo usuario (id) |
  45. |---------------|---------------------|
  46. | atender | 3, 4 |
  47. | cerrar | 3, 4 |
  48. | crear | 2, 5 |
  49. | asignar | 4, 5 |
  50. | seguimiento | 3, 5 |
  51. | cambio dept. | 4, 5 |
  52. | desasignar | 3 |
  53. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement