Add roles to Volunteers

This commit is contained in:
pikiou
2022-03-10 14:27:59 +01:00
parent 968ec3b430
commit c536632a51
2 changed files with 7 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ export class Volunteer {
adult = 1
privileges = 0
roles: string[] = []
active = ""
@@ -54,7 +54,7 @@ export const translationVolunteer: { [k in keyof Volunteer]: string } = {
mobile: "telephone",
photo: "photo",
adult: "majeur",
privileges: "privilege",
roles: "roles",
active: "actif",
discordId: "discordId",
dayWishes: "enviesJours",
@@ -82,7 +82,7 @@ export const volunteerExample: Volunteer = {
mobile: "0675650392",
photo: "images/volunteers/$taille/amélie_aupeix.jpg",
adult: 1,
privileges: 0,
roles: [],
active: "inconnu",
discordId: "",
dayWishes: [],