1
0
forked from PGL/Clyde

Request and changes

This commit is contained in:
2024-04-19 21:29:45 +02:00
parent a2be04bfb3
commit bd1c236635
22 changed files with 967 additions and 68 deletions

View File

@ -13,6 +13,9 @@ public enum Applications {
Msg,
Forum,
Rdv,
// teachers authorization
ManageOwnedLessons,
// teachers and Secretary authorization
ManageCourses,
@ -20,6 +23,7 @@ public enum Applications {
//Secretary authorization
ManageSchedules,
LessonRequests,
// InscriptionService authorization
Inscription,