Conversation
|
Thank you for the great PR description! When this PR is ready for review, please apply the Scheduled Jetpack release: January 10, 2019. Generated by 🚫 dangerJS |
|
Nice! If we merge this we'll also have to update referrer links from wpcom to go to this tab instead of the old plans tab. What shows if you don't have a paid plan? Is the tab still there? |
Yes!
No logic was applied to the tab, so the same content that already existed will be visible (promo for paid plans): |
|
Great! |
I took care of that for you in 4ba94b0 |
jeherve
left a comment
There was a problem hiding this comment.
This worked well overall. 👍
I noticed that when in Dev mode, we show the Activity Log card. That seems like a mistake:
That is, however, not a problem introduced in this PR. It exists with the current stable as well.
When we ship this, we'll most likely need to update the upgrade flows in Calypso as well, so you land on my-plan when you click on "Back to my site" after purchasing a plan in Calypso.
|
@keoshi just to clarify—this PR takes all the "Current plan" content that currently lives within the Jetpack Dashboard > Plans tab and moves it out into its own new "My Plan" section? And then the plans grid/support card/mobile apps card would be the only things left in that "Plans" tab? |
|
Yeah, exactly @joanrho. It pretty much mirrors the IA we have in Calypso. |
|
@keoshi excellent! Just tested and works great. This is a great stepping stone to updating all of the Jetpack Dashboard-side UI that needs to be updated to match the new work Luna and I have done in Calypso > My Plan. Let's ship this first and then plan to update the card layouts/add illos/update feature descriptions next. |
|
|
||
| trackPlansClick = () => { | ||
| this.trackNavClick( 'dashboard' ); | ||
| this.trackNavClick( 'plans' ); |
There was a problem hiding this comment.
This event name change may be of interest to @Automattic/luna
There was a problem hiding this comment.
True, very valid point. cc @johnHackworth so you're aware:
- Before, both links had a
pathparam that wasdashboard. - This introduces differentiation in tracking between all three tabs:
- “At a Glance” is
dashboard - “My Plan” is
my-plan(new tab) - “Plans” is
plans
- “At a Glance” is
* Add first version of the Changelog and testing list for 6.9 * Changelog: add #10710 * changelog: add #10538 * changelog: add #10741 * changelog: add #10749 * changelog: add #10664 * changelog: add #10224 * changelog: add #10788 * Changelog: add #10560 * Chanegelog: add #10812 * changelog: add #10556 * Changelog: add #10668 * Changelog: add #10846 * Changelog: add #10947 * Changelog: add #10962 * Changelog: add #10956 * Changelog: add #10940 * Changelog: add #10934 * Changelog: add #10912 * changelog: add #10866 * changelog: add #10924 * Changelog: add #10936 * Changelog: add #10833 * changelog: add #10867 * Changelog: add #10960 * Changelog: add #10888 * changelog: add #10840 * changelog: add #10972 * Changelog: add #10979 * changelog: add #10909 * Changelog: add #10958 * Changelog: add #10981 * Changelog: add #10564 * Changelog: add #10809 * Changelog: add #10982 * Changelog: add #10706 * Changelog: add #10978 * Changelog: add #10132 * Changelog: add #11022 * Changelog: add #11024 * Changelog: add #10875 * Changelog: add #11030 * Changelog: add #11053 * Changelog: add #10880 * Changelog: add #9359 * Changelog: add #11037 * Update block list * Changelog: add #11060 * Changelog: add #10755 * changelog: add #11000 * Changelog: add #10786 * Changelog: add #10945 * Changelog: add #10597


Changes proposed in this Pull Request:
My Planpage that solely focuses on the features for the current plan.Could be a fix for #10381
Help!: I can't get the
Dashboardoption on the split button to remain selected when jumping into this new section, even though I added the new URL param to thewindow.wpNavMenuClassChangefunction.Testing instructions:
My Plan.Plans.Proposed changelog entry for your changes: