#74 roles management, change role page, fix both profiles and students search
* Move SetRole and GetRoles to migrations * Add RoleID to GetFullInfo output * Fix and refactor controller of roles * Fix model of roles * Fix and refactor change role page * Fix link to teacher's profile * Add link to change role of the teacher and remove redundant checks in teacher's profile * Fix search of students * Fix link to student's profile
Showing
- db/migrations/stored/R__functions.sql 18 additions, 0 deletionsdb/migrations/stored/R__functions.sql
- db/migrations/stored/R__procedures.sql 18 additions, 0 deletionsdb/migrations/stored/R__procedures.sql
- db/stored/functions.sql 16 additions, 0 deletionsdb/stored/functions.sql
- db/stored/procedures.sql 36 additions, 0 deletionsdb/stored/procedures.sql
- ~dev_rating/application/classes/Controller/Office/Roles.php 50 additions, 0 deletions~dev_rating/application/classes/Controller/Office/Roles.php
- ~dev_rating/application/classes/Model/Roles.php 41 additions, 0 deletions~dev_rating/application/classes/Model/Roles.php
- ~dev_rating/application/views/controls/searchStudent.twig 1 addition, 0 deletions~dev_rating/application/views/controls/searchStudent.twig
- ~dev_rating/application/views/office/roles/change.twig 32 additions, 0 deletions~dev_rating/application/views/office/roles/change.twig
- ~dev_rating/application/views/office/students/search.twig 1 addition, 1 deletion~dev_rating/application/views/office/students/search.twig
- ~dev_rating/application/views/office/teachers/profile.twig 2 additions, 2 deletions~dev_rating/application/views/office/teachers/profile.twig
- ~dev_rating/application/views/office/teachers/search.twig 1 addition, 1 deletion~dev_rating/application/views/office/teachers/search.twig
Please register or sign in to comment