Skip to content

Update ValidationStep to display the new Let's chat text and image#5557

Merged
MariaHCD merged 5 commits into
mainfrom
horus-validate-step-update
Sep 30, 2021
Merged

Update ValidationStep to display the new Let's chat text and image#5557
MariaHCD merged 5 commits into
mainfrom
horus-validate-step-update

Conversation

@HorusGoul

@HorusGoul HorusGoul commented Sep 28, 2021

Copy link
Copy Markdown
Contributor

@kevinksullivan @shawnborton

Details

Fixed Issues

$ https://github.com/Expensify/Expensify/issues/179254

Tests

  1. Create workspace
  2. Go through VBA flow with test credentials in (1)
  3. Arrive at ValidateStep. The title, image, text and CTA should be like the solution described in https://github.com/Expensify/Expensify/issues/179254

QA Steps

  1. Create workspace
  2. Go through VBA flow with test credentials in (1)
  3. Arrive at ValidateStep. The title, image, text and CTA should be like the solution described in https://github.com/Expensify/Expensify/issues/179254

Tested On

  • Web
  • Mobile Web
  • Desktop
  • iOS
  • Android

Screenshots

Web

localhost_8080_bank-account_

Mobile Web

Desktop

iOS

Android

@HorusGoul HorusGoul self-assigned this Sep 28, 2021
<HeaderWithCloseButton
title={this.props.translate('validationStep.headerTitle')}
title={isVerifying ? this.props.translate('validationStep.letsChatTitle') : this.props.translate('validationStep.headerTitle')}
stepCounter={{step: 5, total: 5}}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Unsure about the Step 5 of 5. That didn't appear in the Figma file; should I remove it when displaying the Let's chat! title?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think it makes sense to keep it to remain consistent with the previous steps?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

the step counter hit staging yesterday #5255

@HorusGoul HorusGoul marked this pull request as ready for review September 28, 2021 15:16
@HorusGoul HorusGoul requested a review from a team as a code owner September 28, 2021 15:16
@MelvinBot MelvinBot requested review from MariaHCD and removed request for a team September 28, 2021 15:17
@shawnborton

Copy link
Copy Markdown
Contributor

Looks good to me!

Comment thread assets/images/lets-chat.svg Outdated
@@ -0,0 +1 @@
<svg width="125" height="59" viewBox="0 0 125 59" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M94.5 25.7v7.9" stroke="#0B1B34" stroke-width="2" stroke-miterlimit="10"/><path d="M118.7 51c.1-11.1-10.8-20.2-24.2-20.2-13.4 0-24.3 9-24.2 20.2h48.4Z" fill="#0185FF" stroke="#fff" stroke-width="2" stroke-miterlimit="10"/><path d="M112.1 45.1c-1.6-3.4-4.7-6.2-8.5-8l8.5 8Z" fill="#0B1B34"/><path d="M112.1 45.1c-1.6-3.4-4.7-6.2-8.5-8" stroke="#fff" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M98.8 26.7c0-2-2-3.6-4.4-3.6-2.4 0-4.4 1.6-4.4 3.6h8.8Z" fill="#0B1B34"/><path d="M122.4 58H66.5l3.7-6.9h48.5l3.7 6.9Z" fill="#0185FF" stroke="#fff" stroke-width="2" stroke-miterlimit="10"/><path d="M94.1 10.2v7.1M83 13.2l4 5.1M105.2 13.2l-4 5.1" stroke="#0B1B34" stroke-width="2" stroke-miterlimit="10"/><path d="M1.5 23.6c0 12.5 10.1 22.6 22.6 22.6 5.4 0 10.3-1.9 14.2-5h18.4L45.5 30.8c.8-2.3 1.2-4.7 1.2-7.2C46.7 11.1 36.6 1 24.1 1 11.6 1 1.5 11.1 1.5 23.6Z" fill="#0185FF" stroke="#fff" stroke-width="2" stroke-miterlimit="10" stroke-linejoin="round"/><path d="M21.9 11.6h4.6v5.7l-1.2 10.4h-2.2l-1.2-10.4v-5.7ZM24.2 34.5a2.3 2.3 0 1 0 0-4.6 2.3 2.3 0 0 0 0 4.6Z" fill="#fff"/></svg> No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Just confirming that in my Figma mockup, I have this image at 160x100:
image

Just curious where this image is coming from as it seems like the size is different?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Here is my Figma version: lets_chat.svg.zip

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I'll update that! I got it from Figma, but I selected the layer that doesn't have the spacing to export it.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Sounds good, thanks Horus!

@MariaHCD MariaHCD left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

<HeaderWithCloseButton
title={this.props.translate('validationStep.headerTitle')}
title={isVerifying ? this.props.translate('validationStep.letsChatTitle') : this.props.translate('validationStep.headerTitle')}
stepCounter={{step: 5, total: 5}}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think it makes sense to keep it to remain consistent with the previous steps?

@kevinksullivan

Copy link
Copy Markdown
Contributor

Just want to clarify that this step will change slightly as soon as the doc for this WN post is getting implemented... I think it is fine to merge and move forward for now, but felt I should note that in case we think there is a reason to hold.

@MariaHCD MariaHCD merged commit 00d217f into main Sep 30, 2021
@MariaHCD MariaHCD deleted the horus-validate-step-update branch September 30, 2021 05:17
@OSBotify

Copy link
Copy Markdown
Contributor

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

@OSBotify

Copy link
Copy Markdown
Contributor

🚀 Deployed to staging by @MariaHCD in version: 1.1.3-2 🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

@isagoico

isagoico commented Oct 1, 2021

Copy link
Copy Markdown

#5622 is failing this PR cc @HorusGoul

@isagoico

isagoico commented Oct 1, 2021

Copy link
Copy Markdown

Retested this and it was a pass 🎉
image

@OSBotify

OSBotify commented Oct 4, 2021

Copy link
Copy Markdown
Contributor

🚀 Deployed to production by @chiragsalian in version: 1.1.4-0 🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

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.

6 participants