From 2a1b34b5e08b9c388264088a0031d87e99bc58c7 Mon Sep 17 00:00:00 2001 From: Billy Lo Date: Sat, 4 Sep 2021 10:54:53 -0400 Subject: [PATCH] 1.3 - added FAQs --- components/Page.tsx | 10 ++++++---- pages/faq.tsx | 11 ++++++++--- public/locales/en/index.yml | 4 ++-- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/components/Page.tsx b/components/Page.tsx index 47d304e..0872d52 100644 --- a/components/Page.tsx +++ b/components/Page.tsx @@ -25,12 +25,14 @@ function Page(props: PageProps): JSX.Element { diff --git a/pages/faq.tsx b/pages/faq.tsx index 9c41f2b..3f73881 100644 --- a/pages/faq.tsx +++ b/pages/faq.tsx @@ -7,9 +7,14 @@ import Card from '../components/Card' function Faq(): JSX.Element { const { t } = useTranslation(['common', 'index', 'faq']); const questionList = [ - {description: 'Why have we taken time to build this?', answer: 'Gives the public something very easy to use before school year gets under way. #SafetyMatters', key: 1}, - {description: 'Who built this?', answer: 'The same group of volunteers (Billy, Ryan, Evert, Jason, Anujan, Lisa) who brought the public the integrated vaccine appointment finding tool at vaccine-ontario.ca.', key: 2}, - {description: 'Do you know CSS?', key: 3} + {description: 'Why have we taken time to build this?', answer: 'Gives Ontarians/organizations something very easy to use in the interim.', key: 1}, + {description: 'Who made this?', answer: 'The same group of volunteers (Billy, Ryan, Evert, Jason, Anujan, Lisa) who created the public the integrated vaccine appointment finding tool at vaccine-ontario.ca.', key: 2}, + {description: 'How is the data on my vaccination receipt processed?', answer: 'It checks the receipt for an official signature from the province. If present, the receipt data is converted into Apple\'s format and then added into your iOS Wallet app.', key: 3}, + {description: 'How can organizations validate the QR code?', answer: 'Just aim your standard camera app (iPhone/Android) at the code, and it will bring up a web page that shows the verification result.', key: 4}, + {description: 'Is this free and private?', answer: 'Similar to VaxHunters, this is not backed by any commerical businesses. Just volunteers trying to do our part to help the community.', key: 5}, + {description: 'Should I use the official provincial apps when they come out on 22nd October?', answer: 'YES. This is mainly created to fill in the gap, so schools/workplaces have something simple to use in the interim.', key: 6}, + {description: 'Will this work on Android?', answer: 'Yes. If healthcare organizations is willing to support us, we can do the same for Google\'s wallet too. Your voice matters.', key: 7}, + {description: 'I have more questions. Can you help?', answer: 'Sure. Just email us at grassroots@vaccine-ontario.ca.', key: 8} ]; diff --git a/public/locales/en/index.yml b/public/locales/en/index.yml index f6ed808..889cc1b 100644 --- a/public/locales/en/index.yml +++ b/public/locales/en/index.yml @@ -24,11 +24,11 @@ colorPurple: purple colorTeal: teal addToWallet: Add to Wallet dataPrivacyDescription: | - Press the "Add to Wallet" below to import the data in Wallet. + Press the "Add to Wallet" below to import data into Wallet. iAcceptThe: I accept the privacyPolicy: Privacy Policy createdOnDevice: No personal data is sent to the Internet. qrCode: QR code is for verification only, with no personal info. -openSourceTransparent: Fully open source for transparency to users. +openSourceTransparent: Source code is free and open for re-use/contributions on GitHub. demo: Video Demo #hostedInEU: Hosted in the EU \ No newline at end of file