Skip to content

Update links to site and documentation #1775

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

Merged
merged 16 commits into from
May 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

За период с 1 октября 2020 по 1 июня 2021 только в компанию EPAM Systems трудоустроилось 208 выпускников нашего курса.

Больше информации о RS School находится тут: <https://docs.rs.school/#/>.
Больше информации о RS School находится тут: <https://rs.school/docs/ru>.

## Продолжительность обучения

Expand All @@ -25,7 +25,7 @@
Подготовительный курс предназначен для тех, кто мало знаком или незнаком с программированием, но хотел бы в дальнейшем учиться на основном курсе JavaScript / Front-end.

Программу обучения подготовительного курса можно посмотреть [тут](stage0/).
Регистрацию на ближайший запуск можно найти тут: <https://rs.school/courses/javascript-preschool-ru/>.
Регистрацию на ближайший запуск можно найти тут: <https://rs.school/courses/javascript-preschool-ru>.

### Регистрация на основной курс JavaScript / Front-end

Expand All @@ -39,7 +39,7 @@
- (желательно) английский язык уровня Pre-intermediate.

Программу обучения можно посмотреть [тут](roadmap.md).
Регистрацию на ближайший запуск можно найти тут: <https://rs.school/courses/javascript-ru/>.
Регистрацию на ближайший запуск можно найти тут: <https://rs.school/courses/javascript-ru>.

## Помощь по проекту

Expand Down
2 changes: 1 addition & 1 deletion angular/mentoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In the first week of mentoring, the mentor needs to:
- The communication is initiated by the student. The student should be self-motivated to learn.
- The mentor needs to review the completed works of students within one to two weeks.
- The review of completed works is done through reviewing the respective Pull Requests. [Algorithm for reviewing student PRs](pull-request-review-process.md)
- Most questions students ask in the respective Discord channels, not to their mentor. [More about the organization of Discord channels](https://docs.rs.school/#/rs-school-chats).
- Most questions students ask in the respective Discord channels, not to their mentor. [More about the organization of Discord channels](https://rs.school/docs/ru/rs-school-chats).

### Weekly Meeting with Students

Expand Down
10 changes: 5 additions & 5 deletions angular/mentoring/pull-request-review-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

1. A student completes an assignment in a school's private repository (unless otherwise specified in a task description).
2. The student creates and submits a Pull Request before the deadline.
- The PR rules are specified [below](https://docs.app.rs.school/#/pull-request-review-process?id=Pull-Request-description-must-contain-the-following)
- Penalties for deadline violations are listed [below](https://docs.app.rs.school/#/pull-request-review-process?id=Deadlines-for-Students)
- The PR rules are specified [below](https://rs.school/docs/ru/pull-request-review-process#описание-pull-request-должно-содержать-следующую-информацию)
- Penalties for deadline violations are listed [below](https://rs.school/docs/ru/pull-request-review-process#дедлайны-для-студентов)
3. Until the final grade is given by the mentor, the student can continue to implement remaining features
4. The mentor checks the PR, leaves his comments and recommendations on the quality of the code (copy-paste, magic numbers, project structure, etc.) and the implemented functionality. Leaves a comment with a preliminary score.
- The score is set by the mentor based on the assessment criteria specified for each task
Expand Down Expand Up @@ -38,7 +38,7 @@ Pull Request is a place to discuss contributor's code. It should not be a monolo
```
1. Task: https://github.com/rolling-scopes-school/tasks/blob/master/tasks/fancy-weather.md
2. Screenshot:
![](https://docs.app.rs.school/images/fancy-weather.png)
![](https://rs.school/docs/images/fancy-weather.png)
3. Deployment: https://chakapega-fancy-weather.netlify.com/
4. Done 28.05.2020 / deadline 31.05.2020
5. Score: 220 / 300
Expand Down Expand Up @@ -77,8 +77,8 @@ This approach solves several problems that are usually encountered when reviewin

1. Code Review process can be started with a check of the PR format, the naming of the commits, and a sufficient number of them.

- [Commit Requirements](https://docs.app.rs.school/#/git-convention)
- [Pull Request Requirements](https://https://docs.app.rs.school/#/pull-request-review-process?id=Pull-Request-description-must-contain-the-following)
- [Commit Requirements](https://rs.school/docs/ru/git-convention)
- [Pull Request Requirements](https://rs.school/docs/ru/pull-request-review-process#описание-pull-request-должно-содержать-следующую-информацию)

2. Next, clone the repository, install dependencies, and check if the project is buildable / runnable.

Expand Down
6 changes: 3 additions & 3 deletions react/modules/tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Please, check answers carefully before posting the question, may be your questio

- The task should be completed in **your personal private repository**.
- In the repository, create a branch from the `main` branch using the name suggested in the task and work within this newly created branch.
- The commit history should reflect the process of creating the app. Refer to [Commit requirements](https://docs.rs.school/#/en/git-convention?id=commit-requirements) for details.
- Once development is complete, you need to create a Pull Request from the current task branch to the previous task branch, or `main` if the previous task branch doesn't exist or the task is not inherited from the previous one. Refer to [Pull Request requirements](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-requirements-pr) for details.
- The commit history should reflect the process of creating the app. Refer to [Commit requirements](https://rs.school/docs/en/git-convention#commit-requirements) for details.
- Once development is complete, you need to create a Pull Request from the current task branch to the previous task branch, or `main` if the previous task branch doesn't exist or the task is not inherited from the previous one. Refer to [Pull Request requirements](https://rs.school/docs/en/pull-request-review-process#pull-request-requirements-pr) for details.
- After completing the module, private repository should be exposed for the duration of the cross-check (please check the schedule). When the cross-check is finished, repository should be made private again.

**Do not merge Pull Request from the development branch to the `main` branch**
Expand Down Expand Up @@ -42,4 +42,4 @@ Last, but not least - check the presence of the comments. Ideally there shouldn'

## Cross-check process

Run app and check that the functionality is working (cross-check). You can check details [here](https://docs.rs.school/#/en/cross-check-flow?id=step-3-checking-each-others-work)
Run app and check that the functionality is working (cross-check). You can check details [here](https://rs.school/docs/en/cross-check-flow#step-3-checking-each-others-work)
2 changes: 1 addition & 1 deletion react/modules/tasks/class-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ Non-successful response.
- Presence of _code-smells_ (God-object, chunks of duplicate code), commented code sections: **-10 points per each**
- Usage of Redux or other state management libraries: **-100 points**
- Usage of component libraries, e.g. Material UI, Ant Design: **-100 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following): **-10 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://rs.school/docs/en/pull-request-review-process#pull-request-description-must-contain-the-following): **-10 points**
6 changes: 3 additions & 3 deletions react/modules/tasks/final.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Your app must contain:

- team lead should create a private repo in GitHub and invite other members
- repo name **rest-client-app**. Branch name for develop - **develop**, **main** branch is empty and contains only README.md
- the commit history should display the application development process. [Commit requirements](https://docs.rs.school/#/git-convention)
- the commit history should display the application development process. [Commit requirements](https://rs.school/docs/ru/git-convention)
- the demo version of the application should be deployed on `gh-pages`, `netlify`, `heroku`, or another similar service
- after completing the task, create a pull request from **develop** to **main** branch. **Merging a Pull Request is not required**
- in case you will use proxy-service you need to include instructions on how to run it locally
Expand Down Expand Up @@ -382,7 +382,7 @@ Please, check the [Postman code generators](https://www.npmjs.com/package/postma
### Cross-check criteria

For the convenience of verification, it is **necessary** to record and post on YouTube a short (5-7 min) video for reviewers with an explanation of how each of the items listed in the evaluation criteria is implemented. Add a link to the video to the pull-request.
[How to evaluate tasks in Cross check](https://docs.rs.school/#/en/cross-check-flow). In the comments to the assessment, it is necessary to indicate which items are not fulfilled or partially fulfilled.
[How to evaluate tasks in Cross check](https://rs.school/docs/en/cross-check-flow). In the comments to the assessment, it is necessary to indicate which items are not fulfilled or partially fulfilled.

### Main route - max 50 points

Expand Down Expand Up @@ -442,5 +442,5 @@ For the convenience of verification, it is **necessary** to record and post on Y
- [ ] Absence of linting **-150 points**
- [ ] Absence of prettier **-100 points**
- [ ] Absence of husky git hooks **-100 points**
- [ ] Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following) **-10 points**
- [ ] Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://rs.school/docs/en/pull-request-review-process#pull-request-description-must-contain-the-following) **-10 points**
- [ ] The administration reserves the right to apply penalties for the use of incorrect repository or branch names
2 changes: 1 addition & 1 deletion react/modules/tasks/redux.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ A student can achieve a maximum of 200 points.
- Presence of _code-smells_ (God-object, chunks of duplicate code), commented code sections: **-10 points per each**
- Usage of component libraries, e.g. Material UI, Ant Design: **-100 points**
- Commits after the deadline: **-40 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following): **-10 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://rs.school/docs/en/pull-request-review-process#pull-request-description-must-contain-the-following): **-10 points**
2 changes: 1 addition & 1 deletion react/modules/tasks/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ A student can achieve a maximum of 100 points.
- Test coverage below 60% (at least for `statements`): **-50 points**
- Test coverage include test for App.tsx: **-50 points**
- Commits after the deadline: **-40 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://docs.rs.school/#/en/pull-request-review-process?id=pull-request-description-must-contain-the-following): **-10 points**
- Pull Request doesn't follow guideline (including checkboxes in Score) [PR example](https://rs.school/docs/en/pull-request-review-process#pull-request-description-must-contain-the-following): **-10 points**
2 changes: 1 addition & 1 deletion roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#### [Посмотреть программу обучения.](stage0)

#### [Зарегистрироваться на подготовительный курс.](https://rs.school/courses/javascript-preschool-ru/)
#### [Зарегистрироваться на подготовительный курс.](https://rs.school/courses/javascript-preschool-ru)

## Основной курс

Expand Down
25 changes: 16 additions & 9 deletions stage0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,47 +30,54 @@
- ["CV#3. CV. Cross-Check"](../tasks/cv/cv-stage0.md)

### Неделя #3

- [Модуль "Позиционирование в CSS. Flex."](modules/css-positioning/)
- [Модуль "Знакомство с JavaScript"](modules/js-basics/)
- [Модуль "Знакомство с Codewars. Задачи Часть #1"](../tasks/codewars/preschool-2022-codewars1.md)
- Проект ["CV"](../tasks/cv/cv.md).
- [Кросс-чек проверка](https://docs.rs.school/#/cross-check-flow) проекта ["CV#3. CV. Cross-Check"](../tasks/cv/cv-stage0.md)
- [Кросс-чек проверка](https://rs.school/docs/ru/cross-check-flow) проекта ["CV#3. CV. Cross-Check"](../tasks/cv/cv-stage0.md)
- Проект ["Museum"](../tasks/museum/museum-stage1.md)
- ["Museum#1. Фиксированная вёрстка"](../tasks/museum/museum-stage1.md)

### Неделя #4

- [Модуль "Обьекты и массивы в JavaScript"](modules/objects-and-arrays/)
- [Модуль "Codewars Часть#2"](../tasks/codewars/preschool-2022-codewars2.md)
- [Модуль "Закрепление основ JavaScript. Функции"](modules/js-functions/)
- [Кросс-чек проверка](https://docs.rs.school/#/cross-check-flow) проекта ["Museum#1"](../tasks/museum/museum-stage1.md)
- [Кросс-чек проверка](https://rs.school/docs/ru/cross-check-flow) проекта ["Museum#1"](../tasks/museum/museum-stage1.md)
- Проект ["Museum"](../tasks/museum/museum-stage1.md)
- ["Museum#2. Адаптивная вёрстка"](../tasks/museum/museum-adaptive.md)

### Неделя #5
- [Кросс-чек проверка](https://docs.rs.school/#/cross-check-flow) проекта ["Museum#2"](../tasks/museum/museum-adaptive.md)

- [Кросс-чек проверка](https://rs.school/docs/ru/cross-check-flow) проекта ["Museum#2"](../tasks/museum/museum-adaptive.md)
- [Модуль "DOM API"](modules/dom-api/)
- [Модуль "DOM Events"](modules/dom-events/)
- Проект ["Museum"](../tasks/museum/museum-stage1.md)
- ["Museum#3. Добавление функционала"](../tasks/museum/museum-dom.md)

### Неделя #6

- [Модуль "Codewars Часть#3"](https://github.com/rolling-scopes-school/tasks/blob/master/tasks/codewars/preschool-2022-codewars3.md)

### Неделя #7

- [JS-101](https://github.com/Luffi2539/core-js-101/)
- [Кросс-чек проверка](https://docs.rs.school/#/cross-check-flow) проекта ["Museum#3"](../tasks/museum/museum-dom.md)
- [Кросс-чек проверка](https://rs.school/docs/ru/cross-check-flow) проекта ["Museum#3"](../tasks/museum/museum-dom.md)
- [Secret Task](https://www.youtube.com/watch?v=dQw4w9WgXcQ)

### Неделя #8

- [Модуль "Алгоритмы и Структуры Данных"](modules/data-structures-part-1/)
- [Модуль "Алгоритмы и Структуры Данных. Часть 2"](modules/data-structures-part-2/)

### Неделя #9
- [Кросс-чек проверка](https://docs.rs.school/#/cross-check-flow) проекта ["Secret Task"](https://www.youtube.com/watch?v=dQw4w9WgXcQ)


- [Кросс-чек проверка](https://rs.school/docs/ru/cross-check-flow) проекта ["Secret Task"](https://www.youtube.com/watch?v=dQw4w9WgXcQ)

### Неделя #10
- Сдача хвостов, получение сертификата

- Сдача хвостов, получение сертификата

## Сертификат

Expand Down Expand Up @@ -112,8 +119,8 @@

### Кто проверяет задания?

- Проекты "CV", "Portfolio", "CodeJam", "JS 30" проверяются в ходе [Cross-check](https://docs.rs.school/#/cross-check-flow)
- Алгоритмические таски и задачи из codewars проверяются автоматически. Ваши решения необходимо [сабмитнуть в RS APP](https://docs.rs.school/#/rs-app-tasks) до дедлайна.
- Проекты "CV", "Portfolio", "CodeJam", "JS 30" проверяются в ходе [Cross-check](https://rs.school/docs/ru/cross-check-flow)
- Алгоритмические таски и задачи из codewars проверяются автоматически. Ваши решения необходимо [сабмитнуть в RS APP](https://rs.school/docs/ru/rs-app-tasks) до дедлайна.
- Таски "CV#1. Markdown & Git", "CV#2. HTML, CSS & Git Basics" проверяются автоматически.

### Как перенести выполненные задания из приватного репозитория школы в свой личный репозиторий
Expand Down
2 changes: 1 addition & 1 deletion stage0/modules/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
3. Вам необходимо просмотреть практические видео-материалы [Git Workshop](https://youtu.be/Dlr_E7WfA08) (0.5 часа)
4. Для практического задания ознакомиться с [документацией Markdown](https://guides.github.com/features/mastering-markdown/) - можно коротко посмотреть возможности и синтаксис, а более глубоко погрузиться на практике (0.5 часа)
5. Короткий и понятный материал, как настроить github-pages в вашем репозитории: [ссылка на MDN](https://developer.mozilla.org/ru/docs/Learn/Common_questions/Using_Github_pages#%D0%B7%D0%B0%D0%B3%D1%80%D1%83%D0%B7%D0%BA%D0%B0_%D1%84%D0%B0%D0%B9%D0%BB%D0%BE%D0%B2_%D0%BD%D0%B0_github), [официальная документация](https://pages.github.com/)
6. Вам необходимо прочитать и запомнить [требования к коммитам в RS School](https://docs.rs.school/#/git-convention)
6. Вам необходимо прочитать и запомнить [требования к коммитам в RS School](https://rs.school/docs/ru/git-convention)
7. [Видео](https://www.youtube.com/watch?v=0lvKcqP3aP0) о том как работать с gh-pages

## Практика
Expand Down
Loading
Loading