Skip to content

Commit 712bf90

Browse files
committed
eap(eap-registration-form): Add EAP Registration Form
1 parent 0a71414 commit 712bf90

File tree

5 files changed

+450
-6
lines changed

5 files changed

+450
-6
lines changed

app/src/views/EapApplications/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ export function Component() {
1515
<Container
1616
childrenContainerClassName={styles.eapFormLinks}
1717
>
18-
{/* FIXME: Add eap registration link */}
1918
<Link
20-
to="home"
19+
to="eapDevelopmentRegistration"
2120
variant="secondary"
2221
>
2322
{strings.eapRegistrationLink}

app/src/views/EapRegistration/i18n.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22
"namespace": "eapRegistration",
33
"strings": {
44
"eapRegistrationHeading": "EAP Development Registration",
5-
"eapRegistrationDescription": "The purpose of this form is for you to notify the IFRC team of the start of your EAP process. If you need assistance with the initiation of the process, send us a message."
5+
"eapRegistrationDescription": "Use the following page to submit your National Society's interest in following the Early Action Protocol (EAP) application process. Once you submit this form, the EAP team members will contact you to start the procedure. You can find more information on the process and different ways to apply on this page.",
6+
"eapApplicationDetails": "Application Details",
7+
"eapNationalSociety": "National Society (NS)",
8+
"eapNationalSocietyDescription": "Select National Society that is planning to apply for the EAP",
9+
"eapCountry": "Country",
10+
"eapCountryDescription": "The country will be pre-populated based on the NS selection, but can be adapted as needed.",
11+
"eapDisasterType": "Disaster Type",
12+
"eapDisasterTypeDescription": "Select the disaster type for which the EAP is needed.",
13+
"eapType": "EAP Type",
14+
"eapTypeDescription": "Select the EAP type. Find details of both under this link.",
15+
"eapSubmission": "Expected Time of Submission",
16+
"eapSubmissionDescription": "Include the proposed time of submission, accounting for the time it will take to deliver the application.",
17+
"eapPartnersInvolved": "Partners Involved",
18+
"eapPartnersInvolvedDescription": "Select from the list the partners involved in this process. Add as many as needed or select not applicable if no partners involved.",
19+
"eapContacts": "Contacts",
20+
"eapNSContact": "National Society Contact",
21+
"eapNSContactDescription": "National Society contact responsible for the EAP process",
22+
"eapNSName": "Name",
23+
"eapNSTitle": "Title",
24+
"eapNSEmail": "Email",
25+
"eapNSPhoneNumber": "Phone Number",
26+
"eapIFRCContact": "IFRC Contact",
27+
"eapIFRCContactDescription": "The most senior staff in the National Society responsible and knowledgable about the disaster event.",
28+
"eapIFRCName": "Name",
29+
"eapIFRCTitle": "Title",
30+
"eapIFRCEmail": "Email",
31+
"eapIFRCPhoneNumber": "Phone Number",
32+
"eapFocalPoint": "DREF Focal Point",
33+
"eapFocalPointDescription": "The DREF contact person form IFRC",
34+
"eapFocalPointName": "Name",
35+
"eapFocalPointTitle": "Title",
36+
"eapFocalPointEmail": "Email",
37+
"eapFocalPointPhoneNumber": "Phone Number",
38+
"eapSubmitButton": "Submit",
39+
"eapCancelButton": "Cancel",
40+
"eapSaveAndClose": "Save and Close"
641
}
742
}

0 commit comments

Comments
 (0)