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

Customer Home: Improve Mobile Download Card #38861

Closed
gwwar opened this issue Jan 15, 2020 · 6 comments · Fixed by #38960
Closed

Customer Home: Improve Mobile Download Card #38861

gwwar opened this issue Jan 15, 2020 · 6 comments · Fixed by #38960
Assignees
Labels
[Feature] My Home The main dashboard for managing a WordPress.com site. [Type] Task

Comments

@gwwar
Copy link
Contributor

gwwar commented Jan 15, 2020

When visiting WordPress.com/home, the "Go Mobile" card should be improved in two ways:

  1. Instead of linking to the app store, we should instead provide the option to SMS or email a link when the user is visiting on a desktop device. (We have examples on https://wordpress.com/me/get-apps )
  2. Placement of the "Go Mobile" should have much higher priority placement when viewed in smaller viewports. For example folks should see this on their phone, without needing to scroll.

Screen Shot 2020-01-15 at 10 47 01 AM

For folks taking this, please also be aware of p3btAN-1c0-p2 which we may need to help with

@gwwar gwwar added [Type] Task [Feature] My Home The main dashboard for managing a WordPress.com site. labels Jan 15, 2020
@megsfulton
Copy link

Additional improvement suggestion - on mobile web, if we can detect the user's OS, display the correct store button rather than display both buttons.

@gwwar
Copy link
Contributor Author

gwwar commented Jan 15, 2020

Oh gotcha, yes I think that should be possible @megsfulton. We can do a bit of sniffing with the user agent string. For desktop clients I assume displaying both would be acceptable?

@gwwar gwwar self-assigned this Jan 15, 2020
@gwwar
Copy link
Contributor Author

gwwar commented Jan 15, 2020

Testing the flows it looks like the SMS route has a download link, but the email provides both a download link and a magic login link. I might focus on email first, especially with the work that needs to be done in p3btAN-1c0-p2

@gwwar
Copy link
Contributor Author

gwwar commented Jan 15, 2020

I might need to split out a few janitorials to tidy some of the request methods here

@gwwar
Copy link
Contributor Author

gwwar commented Jan 17, 2020

@mmtr you're welcome to take the next part, which is adding another email button to the Go Mobile card, otherwise I can circle back.

mmtr added a commit that referenced this issue Jan 20, 2020
Part of #38861

Moves to the top the "Go Mobile" card in the customer home when viewed in mobile viewports.
Displays the store button according to the user's OS rather than display both buttons.
@megsfulton
Copy link

For desktop clients I assume displaying both would be acceptable?

Yep, that's great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] My Home The main dashboard for managing a WordPress.com site. [Type] Task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants