pendulum-chain / vortex

1 stars 0 forks source link

Save email into GoogleSpreadsheet #125

Closed Sharqiewicz closed 4 weeks ago

Sharqiewicz commented 1 month ago

🦄 Description

On both successful and unsuccessful screen show the Submit button next to the input field On clicking the "Submit" button the email address should be captured in a google sheet Use the server side dumping sheet to store this information

Backend

Frontend

🦄 How to test?

  1. Go through the Vortex Offramp process to see the Success/Error pages (Or you can mock the router in the swap/index.tsx)

  2. Input your email address and submit the form

  3. Check if your email is listed in the Google Spreadsheet (if you cannot find the url - ask me about the url)

netlify[bot] commented 1 month ago

Deploy Preview for pendulum-pay ready!

Name Link
Latest commit 6c61324b577f569ca3cd5a25cafd9face5c0c68b
Latest deploy log https://app.netlify.com/sites/pendulum-pay/deploys/66d1efb2df3b890007b7eccb
Deploy Preview https://deploy-preview-125--pendulum-pay.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sharqiewicz commented 1 month ago

@pendulum-chain/devs Ready for review

Sharqiewicz commented 4 weeks ago

Looks good to me! If you tested it, then I think is ready.

General question @prayagd , would it also make sense to save the transactionId along with the timestamp? I know it is not in the issue, but perhaps it may make easier tracking the error.

I've added transactionId ✅