You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add "Is part of cultural route" selection to enrolment form
also:
- with the request of the product owner don't restore any previous
answer to "Is part of cultural route" question from local storage
persisted Formik form's data, but instead always reset the question
to its initial value i.e. no data given at all
refs PT-453
Copy file name to clipboardExpand all lines: public/locales/en/enrolment.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@
17
17
"labelIsSharingDataAccepted": "I agree to share my information with the event organizer",
18
18
"labelLanguage": "Language",
19
19
"labelNotificationLanguage": "Language used in notifications",
20
+
"culturalRoute": {
21
+
"labelIsPartOf": "The visit is part of the cultural route",
22
+
"labelNoOrUnknown": "No / I don't know",
23
+
"labelYes": "Yes",
24
+
"helperText": "Cultural routes are implementation proposals for the City of Helsinki's cultural education plan from early childhood education to upper secondary education. <a>Read more</a>",
Copy file name to clipboardExpand all lines: public/locales/fi/enrolment.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@
17
17
"labelIsSharingDataAccepted": "Hyväksyn tietojeni jakamisen tapahtuman järjestäjän kanssa",
18
18
"labelLanguage": "Kieli",
19
19
"labelNotificationLanguage": "Ilmoitusten kieli",
20
+
"culturalRoute": {
21
+
"labelIsPartOf": "Käynti sisältyy kulttuuripolkuun",
22
+
"labelNoOrUnknown": "Ei / en tiedä",
23
+
"labelYes": "Kyllä",
24
+
"helperText": "Kulttuuripolut ovat Helsingin kaupungin kulttuurikasvatussuunnitelman toteutusehdotuksia varhaiskasvatuksesta toiselle asteelle. <a>Lue lisää kulttuuripoluista</a>",
Copy file name to clipboardExpand all lines: public/locales/sv/enrolment.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@
17
17
"labelIsSharingDataAccepted": "Jag samtycker till att dela mina uppgifter med arrangören av evenemanget.",
18
18
"labelLanguage": "Språk",
19
19
"labelNotificationLanguage": "Språket för meddelanden",
20
+
"culturalRoute": {
21
+
"labelIsPartOf": "Besöket ingår i kulturstigen",
22
+
"labelNoOrUnknown": "Nej / jag vet inte",
23
+
"labelYes": "Ja",
24
+
"helperText": "Kulturstigarna är förslag på genomförande av Helsingfors stads kulturfostransplan från småbarnspedagogik till gymnasieutbildning. <a>Läs mer om kulturstigarna</a>",
0 commit comments