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

Support: Add seo and marketing video to help courses #11278

Closed
wants to merge 3 commits into from

Conversation

omarjackman
Copy link
Contributor

@omarjackman omarjackman commented Feb 8, 2017

This pull request adds the youtube video containing the latest help course video for seo and marketing.

How to test

  1. Navigate to http://calypso.localhost:3000/help/courses
  2. Notice that the new video appears in the "Latest course" section

What to expect

screen shot 2017-02-09 at 2 59 11 pm

@omarjackman omarjackman added [Feature Group] Support All things related to WordPress.com customer support. [Status] In Progress labels Feb 8, 2017
@omarjackman omarjackman self-assigned this Feb 8, 2017
@matticbot
Copy link
Contributor

@omarjackman omarjackman changed the title Add the latest course video Support: Add seo and marketing video to help courses Feb 8, 2017
{ videos.map( ( video, key ) => <CourseVideo { ...video } key={ key }/> ) }
<Card compact className="help-courses__course-videos-label">
{ translate(
'Latest course',
Copy link

Choose a reason for hiding this comment

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

Hi! I've found a possible matching string that has already been translated 20 times:
translate( 'Latest course' ) ES Score: 16.82
See 1 additional suggestion in the PR translation status page

Help me improve these suggestions: react with 👎 if the suggestion doesn't make any sense, or with 👍 if it's a particularly good one (even if not implemented).

@omarjackman omarjackman added [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. and removed [Status] In Progress labels Feb 9, 2017
@omarjackman omarjackman requested a review from dllh February 9, 2017 20:05
description: i18n.translate(
'You will leave this 60-minute session with a plan for optimizing your site for search engines ' +
'and an overview of basic tactics for increasing your traffic. Our Happiness Engineers will provide a' +
'foundation for making sure that your site meets current SEO standards. We\'ll also discuss how to ' +
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure why the a8ci18n bot didn't post here, but the string is missing a space between "a" and "foundation". See https://translate.wordpress.com/localci/status/automattic/wp-calypso/update/help-course-videos/add-seo-video

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@yoavf Maybe thats what the "See 1 additional suggestion in the PR translation status page" in the message was referring to. Either way I didn't notice it, thanks for pointing it out.

@dllh
Copy link
Member

dllh commented Feb 9, 2017

This looks good to me, but we should probably also remove the "Next course" block, since now we're showing a course for Feb. 2 and then the video for the same course below. With that change, I'm cool with it and ok to 🚢

@omarjackman
Copy link
Contributor Author

This looks good to me, but we should probably also remove the "Next course" block, since now we're showing a course for Feb. 2 and then the video for the same course below.

@dllh you just pointed out a flaw in the data structure that drives this page. The original intention was to show a course followed by videos for that course. It's not a huge deal but It's not as easy as deleting a data row. I'll need to rethink it a bit.

@omarjackman
Copy link
Contributor Author

The changes in the pull request were added in #11399

@omarjackman omarjackman deleted the update/help-course-videos/add-seo-video branch February 17, 2017 01:26
@matticbot matticbot removed the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Feb 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature Group] Support All things related to WordPress.com customer support.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants