mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 13:56:29 +02:00
Add participation to /profil and various improvements
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user