Add participation to /profil and various improvements

This commit is contained in:
pikiou
2022-03-18 04:05:17 +01:00
parent 60b7824011
commit f65963d91c
23 changed files with 282 additions and 117 deletions

View File

@@ -15,7 +15,7 @@ export class Volunteer {
roles: string[] = []
active = ""
active = "inconnu"
discordId = ""
@@ -134,6 +134,7 @@ export interface VolunteerTeamWishes {
export interface VolunteerDayWishes {
id: Volunteer["id"]
active: Volunteer["active"]
dayWishes: Volunteer["dayWishes"]
dayWishesComment: Volunteer["dayWishesComment"]
}