1
0
mirror of https://github.com/covidpass-org/covidpass.git synced 2025-02-22 14:37:51 +01:00

updates to faq and logo for Google Pay Passes API

This commit is contained in:
Billy Lo 2021-09-04 22:19:22 -04:00
parent 2a1b34b5e0
commit 5926763c34
2 changed files with 4 additions and 4 deletions

View File

@ -7,13 +7,13 @@ 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 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: 'Why have we taken time to build this?', answer: 'Gives Ontarians/organizations something very easy to verify vaccination status.', key: 1},
{description: 'Who made this?', answer: 'The same group of volunteers (Billy Lo, Ryan Slobojan, Evert Timberg, Jason Liu, Anujan Mathisekaran, Lisa Discepola, Samantha Finn, Madison Pearce) who created 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: 'Should I use the official provincial apps when they come out on 22nd October?', answer: 'YES. This is an extra avenue intended to augment the official efforts.', key: 6},
{description: 'Do you have plans for Android support?', answer: 'Yes. We are working with Google to gain access to the APIs required.', key: 7},
{description: 'I have more questions. Can you help?', answer: 'Sure. Just email us at grassroots@vaccine-ontario.ca.', key: 8}
];

BIN
public/logo-660x660.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB