mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-10 21:46:27 +02:00
💬 Update texts for PEL 2024 for registration
This commit is contained in:
@@ -51,14 +51,15 @@ const RegisterForm = ({ dispatch }: Props): JSX.Element => {
|
|||||||
const [alreadySignup, setAlreadySignup] = useState(false)
|
const [alreadySignup, setAlreadySignup] = useState(false)
|
||||||
const [firstMeeting, setFirstMeeting] = useState("")
|
const [firstMeeting, setFirstMeeting] = useState("")
|
||||||
const [commentFirstMeeting, setCommentFirstMeeting] = useState("")
|
const [commentFirstMeeting, setCommentFirstMeeting] = useState("")
|
||||||
const [howToContact, setHowToContact] = useState("Email")
|
// const [howToContact, setHowToContact] = useState("Email")
|
||||||
|
const howToContact = ""
|
||||||
const [sending, setSending] = useState(false)
|
const [sending, setSending] = useState(false)
|
||||||
const [changingBackground, setChangingBackground] = useState(0)
|
const [changingBackground, setChangingBackground] = useState(0)
|
||||||
|
|
||||||
const festivalDateList = useSelector(selectMiscFestivalDateList)
|
const festivalDateList = useSelector(selectMiscFestivalDateList)
|
||||||
const meetingDateList = useSelector(selectMiscMeetingDateList)
|
const meetingDateList = useSelector(selectMiscMeetingDateList)
|
||||||
|
|
||||||
const enableRegistering = false
|
const enableRegistering = true
|
||||||
const hasMeetingDates = meetingDateList.length > 0
|
const hasMeetingDates = meetingDateList.length > 0
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -157,6 +158,7 @@ const RegisterForm = ({ dispatch }: Props): JSX.Element => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO update festivalDate from BDD
|
||||||
const festivalFullDate = _.find(festivalDateList, { id: 1 })?.date
|
const festivalFullDate = _.find(festivalDateList, { id: 1 })?.date
|
||||||
|
|
||||||
const intro = (
|
const intro = (
|
||||||
@@ -168,7 +170,7 @@ const RegisterForm = ({ dispatch }: Props): JSX.Element => {
|
|||||||
leurs formes.{festivalFullDate && ` Les ${festivalFullDate} !`}
|
leurs formes.{festivalFullDate && ` Les ${festivalFullDate} !`}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
En 2022, ce sont <b>18 000</b> visiteurs qui sont venus sous 300 chapiteaux et 2
|
En 2023, ce sont <b>18 000</b> visiteurs qui sont venus sous 300 chapiteaux et 2
|
||||||
000 tables.
|
000 tables.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@@ -195,7 +197,7 @@ const RegisterForm = ({ dispatch }: Props): JSX.Element => {
|
|||||||
toute l'année ^^
|
toute l'année ^^
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Pendant le festival de 2022, nous étions <b>196 bénévoles</b> organisés en
|
Pendant le festival de 2023, nous étions <b>220 bénévoles</b> organisés en
|
||||||
équipes qui chouchoutent les visiteurs en les accueillant, en s'assurant
|
équipes qui chouchoutent les visiteurs en les accueillant, en s'assurant
|
||||||
que tout se passe bien, ou encore en expliquant des règles de jeux.
|
que tout se passe bien, ou encore en expliquant des règles de jeux.
|
||||||
</p>
|
</p>
|
||||||
@@ -232,9 +234,12 @@ const RegisterForm = ({ dispatch }: Props): JSX.Element => {
|
|||||||
|
|
||||||
{enableRegistering && (
|
{enableRegistering && (
|
||||||
<dt>
|
<dt>
|
||||||
Si tu as envie de donner le sourire à des milliers de gens, remplis le
|
Si l'experience te tente, remplis le formulaire suivant pour devenir bénévole à
|
||||||
|
PEL 2024. Dès à présent, on peut se rencontrer, sur Paris ou en visio, en petits
|
||||||
|
groupes pour discuter du festival, du bénévolat et surtout faire connaissance :)
|
||||||
|
{/* Si tu as envie de donner le sourire à des milliers de gens, remplis le
|
||||||
formulaire suivant pour rencontrer une poignée d'entre nous dans un bar/resto
|
formulaire suivant pour rencontrer une poignée d'entre nous dans un bar/resto
|
||||||
près de Châtelet, avant de te décider ou non à devenir bénévole :)
|
près de Châtelet, avant de te décider ou non à devenir bénévole :) */}
|
||||||
<br />
|
<br />
|
||||||
</dt>
|
</dt>
|
||||||
)}
|
)}
|
||||||
@@ -617,7 +622,13 @@ const RegisterForm = ({ dispatch }: Props): JSX.Element => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.inputWrapper}>
|
<div className={styles.leftCol}>
|
||||||
|
<div className={styles.multipleChoiceTitle}>
|
||||||
|
Nous te contacterons principalement par courriel, par téléphone/texto seulement
|
||||||
|
si nécéssaire.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/* <div className={styles.inputWrapper}>
|
||||||
<div className={styles.leftCol}>
|
<div className={styles.leftCol}>
|
||||||
<div className={styles.multipleChoiceTitle}>
|
<div className={styles.multipleChoiceTitle}>
|
||||||
Par quel moyen fiable et rapide préfères-tu être contacté si on en a besoin
|
Par quel moyen fiable et rapide préfères-tu être contacté si on en a besoin
|
||||||
@@ -654,7 +665,7 @@ const RegisterForm = ({ dispatch }: Props): JSX.Element => {
|
|||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
)}
|
)} */}
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -683,7 +694,8 @@ const RegisterForm = ({ dispatch }: Props): JSX.Element => {
|
|||||||
{pelMember}
|
{pelMember}
|
||||||
{nameMobileEmail}
|
{nameMobileEmail}
|
||||||
{!enableRegistering && commentQuestion}
|
{!enableRegistering && commentQuestion}
|
||||||
{howToContact !== "Aucun" && submitButton}
|
{/* {howToContact !== "Aucun" && submitButton} */}
|
||||||
|
{submitButton}
|
||||||
</form>
|
</form>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
@@ -25,28 +25,28 @@ const DayWishes: FC = (): JSX.Element | null => {
|
|||||||
|
|
||||||
{participation === "non" && (
|
{participation === "non" && (
|
||||||
<div className={styles.participationLabel}>
|
<div className={styles.participationLabel}>
|
||||||
Je <b>ne participerai pas</b> à PeL 2023 :(
|
Je <b>ne participerai pas</b> à PeL 2024 :(
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{participation === "oui" && (
|
{participation === "oui" && (
|
||||||
<div className={styles.participationLabel}>
|
<div className={styles.participationLabel}>
|
||||||
Je <b className={styles.yesParticipation}>participerai</b> à PeL 2023 !
|
Je <b className={styles.yesParticipation}>participerai</b> à PeL 2024 !
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{participation === "peut-etre" && (
|
{participation === "peut-etre" && (
|
||||||
<div className={styles.participationLabel}>
|
<div className={styles.participationLabel}>
|
||||||
Je <b>ne sais pas encore</b> si je participerai à PeL 2023
|
Je <b>ne sais pas encore</b> si je participerai à PeL 2024
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{participation === "à distance" && (
|
{participation === "à distance" && (
|
||||||
<div className={styles.participationLabel}>
|
<div className={styles.participationLabel}>
|
||||||
Je <b className={styles.yesParticipation}>participerai</b> à PeL 2023 ! Sans y
|
Je <b className={styles.yesParticipation}>participerai</b> à PeL 2024 ! Sans y
|
||||||
être pendant le weekend.
|
être pendant le weekend.
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{participation === "inconnu" && (
|
{participation === "inconnu" && (
|
||||||
<div className={styles.lineEmpty}>
|
<div className={styles.lineEmpty}>
|
||||||
Participation à PeL 2023{" "}
|
Participation à PeL 2024{" "}
|
||||||
<span className={styles.lineEmpty}>non renseignées</span>
|
<span className={styles.lineEmpty}>non renseignées</span>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
@@ -45,7 +45,7 @@ const ParticipationDetailsForm: FC<Props> = ({ children, afterSubmit }): JSX.Ele
|
|||||||
|
|
||||||
<div className={styles.inputWrapper}>
|
<div className={styles.inputWrapper}>
|
||||||
<div className={styles.leftCol}>
|
<div className={styles.leftCol}>
|
||||||
<div className={styles.adultTitle}>Seras-tu majeur·e au 1 juillet 2023 ?</div>
|
<div className={styles.adultTitle}>Seras-tu majeur·e au 1 juillet 2024 ?</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.rightCol}>
|
<div className={styles.rightCol}>
|
||||||
<label className={styles.adultLabel}>
|
<label className={styles.adultLabel}>
|
||||||
|
@@ -34,7 +34,7 @@ const Retex: FC<Props> = (): JSX.Element | null => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.root}>
|
<div className={styles.root}>
|
||||||
<div className={styles.title}>Retour sur PeL 2022</div>
|
<div className={styles.title}>Retour sur PeL 2023</div>
|
||||||
<div className={styles.line}>
|
<div className={styles.line}>
|
||||||
<span
|
<span
|
||||||
className={answeredQuestionCount < expectedAnswerCount ? styles.lineEmpty : ""}
|
className={answeredQuestionCount < expectedAnswerCount ? styles.lineEmpty : ""}
|
||||||
|
@@ -96,7 +96,7 @@ const RetexForm: FC<Props> = ({ children, afterSubmit }): JSX.Element | null =>
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div className={styles.title}>Retour sur PeL 2022</div>
|
<div className={styles.title}>Retour sur PeL 2023</div>
|
||||||
|
|
||||||
<div className={styles.questionWrapper}>
|
<div className={styles.questionWrapper}>
|
||||||
On aimerait savoir comment s'est passé ton festival !<br />
|
On aimerait savoir comment s'est passé ton festival !<br />
|
||||||
@@ -303,7 +303,7 @@ const RetexForm: FC<Props> = ({ children, afterSubmit }): JSX.Element | null =>
|
|||||||
|
|
||||||
<div className={styles.questionWrapper}>
|
<div className={styles.questionWrapper}>
|
||||||
<label htmlFor="question8">
|
<label htmlFor="question8">
|
||||||
Envisages-tu d’être bénévole pour PeL 2023 ? Dans la même équipe, ou tu aurais
|
Envisages-tu d’être bénévole pour PeL 2024 ? Dans la même équipe, ou tu aurais
|
||||||
envie d’en changer ? Libre à toi d’expliquer ou non pourquoi.
|
envie d’en changer ? Libre à toi d’expliquer ou non pourquoi.
|
||||||
</label>
|
</label>
|
||||||
<div className={styles.preAnswerWrapper}>
|
<div className={styles.preAnswerWrapper}>
|
||||||
|
Reference in New Issue
Block a user