-
-
Notifications
You must be signed in to change notification settings - Fork 11
484-fix: Course pages info duplication #853
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
base: main
Are you sure you want to change the base?
Conversation
Lighthouse Report:
|
Lighthouse Report:
|
The course | ||
{' '} | ||
<LinkCustom | ||
href={COURSE_SCHEDULE_LINKS[courseName]?.toString()} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have doubts about the implementation of processing both a string and an array of strings as a reference for the href. I understand that my current option is bad, but the array option seems to me to be a rather unique case and I haven't figured out how to do it better in the general case. Should i store each link as an single-element array?
dev-data/about-course.data.tsx
Outdated
<Paragraph> | ||
All materials are publicly available on the | ||
{' '} | ||
<LinkCustom href="https://www.youtube.com/c/RSschool" external> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this canal for JS EN. For other courses we can use this link https://www.youtube.com/c/RollingScopesSchool
And lets use constant here, maybe communityGroups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Russian versions do not have a section about materials. Do I need to create a constant about materials for the Russian?
Lighthouse Report:
|
Lighthouse Report:
|
2c84853
to
06d859a
Compare
Lighthouse Report:
|
Lighthouse Report:
|
Lighthouse Report:
|
What type of PR is this? (select all that apply)
Description
Related Tickets & Documents
Screenshots, Recordings
Added/updated tests?
[optional] Are there any post deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?