1
0
forked from PGL/Clyde

Merge remote-tracking branch 'origin/master'

This commit is contained in:
2024-04-21 23:34:19 +02:00
118 changed files with 8650 additions and 930 deletions

View File

@ -3,6 +3,7 @@ package ovh.herisson.Clyde.Tables;
public enum Applications {
// without any token
Login,
Schedule,
// with any token
Profile,
@ -11,10 +12,17 @@ public enum Applications {
Msg,
Forum,
Rdv,
// teachers authorization
ManageOwnedLessons,
// teachers and Secretary authorization
ManageCourses,
UsersList,
//Secretary authorization
ManageSchedules,
LessonRequests,
// InscriptionService authorization
Requests,
@ -23,5 +31,8 @@ public enum Applications {
ManageResearcherProfile,
//the list of all researches (filterable)
ListResearches, CreateUser, StudentsList
ListResearches,
CreateUser,
StudentsList,
Payments
}