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

DRAFT 754-feat: Short track #755

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

DRAFT 754-feat: Short track #755

wants to merge 6 commits into from

Conversation

YulikK
Copy link
Collaborator

@YulikK YulikK commented Jan 23, 2025

What type of PR is this? (select all that apply)

  • πŸ• Feature
  • πŸ› Bug Fix
  • 🚧 Breaking Change
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ“ Documentation Update

Description

Related Tickets & Documents

Screenshots, Recordings

image

Please replace this line with any relevant images for UI changes.

Added/updated tests?

  • πŸ‘Œ Yes
  • πŸ™…β€β™‚οΈ No, because they aren't needed
  • πŸ™‹β€β™‚οΈ No, because I need help

[optional] Are there any post deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

@YulikK YulikK self-assigned this Jan 23, 2025
@YulikK YulikK added the feature New feature or request label Jan 23, 2025
@github-actions github-actions bot changed the title feat: 754 - add course page 754-feat: Short track Jan 23, 2025
Copy link

Lighthouse Report:

  • Performance: 81 / 100
  • Accessibility: 100 / 100
  • Best Practices: 100 / 100
  • SEO: 100 / 100

View detailed report

Copy link

Lighthouse Report:

  • Performance: 70 / 100
  • Accessibility: 100 / 100
  • Best Practices: 100 / 100
  • SEO: 100 / 100

View detailed report

Copy link

Lighthouse Report:

  • Performance: 98 / 100
  • Accessibility: 100 / 100
  • Best Practices: 100 / 100
  • SEO: 100 / 100

View detailed report

subTitle: null,
descriptionUrl: COURSE_LINKS.SHORT_TRACK,
altTitle: COURSE_TITLES.SHORT_TRACK,
iconSrc: reactAngular,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Icon WO border. I remember we would like to remove all borders there, but I suppose we should remove them at the same time

@@ -3,13 +3,17 @@ export const communicationText = {
title: 'Communication',
subTitle: 'Discord is the main communication channel in RS School',
subTitleJs: 'RS School uses two main communication channels:',
// subTitleST: 'RS School uses two main communication channels:',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need it?

firstParagraphFirstHalf: 'Here is link for the ',
discordParagraphTextJs: ': Join the Discord server to see the latest news and chat with students.',
discordParagraphTextJs:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why are you adding a line break?

Comment on lines +61 to +63
paragraph =
path === 'shortTrack' ? 'The course program will consist of the following steps' : paragraph;

Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
paragraph =
path === 'shortTrack' ? 'The course program will consist of the following steps' : paragraph;
paragraph = (path === 'shortTrack')
? 'The course program will consist of the following steps'
: paragraph;

Copy link
Collaborator

Choose a reason for hiding this comment

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

If the linter left it as correct, should we fix it manually?

@YulikK YulikK changed the title 754-feat: Short track DRAFT 754-feat: Short track Jan 30, 2025
@YulikK YulikK added draft PR draft and removed high priority labels Jan 30, 2025
Copy link

Lighthouse Report:

  • Performance: 90 / 100
  • Accessibility: 100 / 100
  • Best Practices: 100 / 100
  • SEO: 100 / 100

View detailed report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
draft PR draft feature New feature or request preview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New course page RS EPAM Short Track
5 participants