-
Notifications
You must be signed in to change notification settings - Fork 1
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
Save email into GoogleSpreadsheet #125
Save email into GoogleSpreadsheet #125
Conversation
✅ Deploy Preview for pendulum-pay ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…r-email-field-on-successful-and-unsuccessful-screen
@pendulum-chain/devs Ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only checked the code but didn't test the flow yet.
signer-service/src/api/controllers/googleSpreadSheet.controller.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with the minor comments by @ebma. However, the PR looks good overall. I'll already approve.
I've added transactionId ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing my comments 👍 looks good to me
🦄 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?
Go through the Vortex Offramp process to see the Success/Error pages
(Or you can mock the router in the swap/index.tsx)
Input your email address and submit the form
Check if your email is listed in the Google Spreadsheet (if you cannot find the url - ask me about the url)