Make ability to create roles and assign users to one or more roles.
Implement different permissions for it. For example:
-Administrator (can see all pages)
-Tester (like admin)
- Captain of team (see common info, take the time on the stadiums)
-other.. Need to think about this.
Also implement permission model for users. For example one user can have access to edit only one team, other user has access to edit one league and others.
This task not only thinking about business logic for it. Also it'll be helpful to have different advice's which django-based solution we need to use for it or (probably) it's more convenient to write our own solution?
Leave all suggestions in the comments, please!
Make ability to create roles and assign users to one or more roles.
Implement different permissions for it. For example:
-Administrator (can see all pages)
-Tester (like admin)
-other.. Need to think about this.
Also implement permission model for users. For example one user can have access to edit only one team, other user has access to edit one league and others.
This task not only thinking about business logic for it. Also it'll be helpful to have different advice's which django-based solution we need to use for it or (probably) it's more convenient to write our own solution?
Leave all suggestions in the comments, please!