Advertisement
Guest User

Untitled

a guest
Jun 30th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. We gonna reduce the number of profile_types in Structures to
  2.  
  3. STRUCTURE_ADMIN = 200
  4. STRUCTURE_MANAGER = 220 (includes now 230 and 260)
  5. STRUCTURE_COACH = 240
  6. STRUCTURE_REFEREE = 250
  7.  
  8. CLUB_ADMIN = 300
  9. CLUB_MANAGER = 320 (includes now 330 and 360)
  10. CLUB_COACH = 340
  11. CLUB_REFEREE = 350
  12.  
  13. I've attached the Permissions Types rules modified to details the new rules.
  14. in Grey permissions to be removed
  15. in Green new permissions
  16.  
  17. Doing that, the "Authorized profiles" group we've created (#TLKR-2011) is now including all profiles in a structure, then we'll name this Group "STAFF" going forward.
  18.  
  19. Then we'll use the Group STAFF when we'll ask everybody in the structure to be authorized to a specific action.
  20.  
  21. we'll then work by exception to restrict some actions to some profile_types (e.g. REFEREE to validate official Scorecard on official Match)
  22.  
  23. Action to be done on DB: SQL change of following profile_types in profiles data model
  24.  
  25. 230 move to 220
  26. 260 move to 220
  27. 330 move to 320
  28. 360 move to 320
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement