Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature #136 track clicks on CWA button #245

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

niklas573
Copy link
Contributor

@niklas573 niklas573 commented Jun 30, 2021

Implemented a routine which does a REST call when a user clicks on the CWA button while checked in
Backend PR: railslove/rcvr-api#138

"name": "Using fixtures to represent data",
"email": "hello@cypress.io",
"body": "Fixtures are a great way to mock data for responses to routes"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete unused fixture

// We also need to update the data in the API (only if the public key is available (downwards compability))
if (updatedCheckin.k) {
const csv = toCSV(updatedCheckin.guest)
const encryptedData = encrypt(updatedCheckin.k, csv)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is no longer used now, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants