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

feat: add timestamp to form submission end page #1110

Merged
merged 2 commits into from
Mar 1, 2021

Conversation

jia1
Copy link
Member

@jia1 jia1 commented Feb 9, 2021

Problem

Shows form submission timestamp above "Thank you for..." upon successful form submission.

Closes #1103

Things to take note of

The timestamp shown may not be equal to the actual form submission timestamp in the database (difference of at most 1 min unless very poor network conditions after submission), because this rendered timestamp is generated on the fly upon render. Let me know if this is not okay.

Before & After Screenshots

BEFORE:
Screenshot 2021-02-09 at 9 55 08 PM

AFTER:
Screenshot 2021-02-09 at 9 37 50 PM

@jia1 jia1 marked this pull request as ready for review February 9, 2021 13:56
@jia1 jia1 self-assigned this Feb 9, 2021
@jia1 jia1 added the contribute free for contributors to pick up label Feb 9, 2021
Copy link
Contributor

@mantariksh mantariksh left a comment

Choose a reason for hiding this comment

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

implementation lgtm, but can I check if this is the latest design? the one I'm seeing in Figma is slightly different. it might have been updated recently:
image

@karrui
Copy link
Contributor

karrui commented Mar 1, 2021

implementation lgtm, but can I check if this is the latest design?

@mantariksh ya this is the latest already, since we are pushing back the "Save response" feature

Copy link
Contributor

@karrui karrui left a comment

Choose a reason for hiding this comment

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

lgtm

@karrui karrui merged commit 7c7b15c into develop Mar 1, 2021
@karrui karrui deleted the feat/add-end-page-timestamp branch March 1, 2021 03:04
@r00dgirl
Copy link
Contributor

r00dgirl commented Mar 2, 2021

@tshuli tshuli mentioned this pull request Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribute free for contributors to pick up
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add date/time on Thank You Page
4 participants