From 8888f809b3c19e3a4fb0bbe6725856c52e1ead7a Mon Sep 17 00:00:00 2001 From: HanaKim Date: Sun, 10 Jan 2021 06:57:52 +0000 Subject: [PATCH 1/4] Translate assignment.ko.md via GitLocalize --- .../1-template-route/translations/assignment.ko.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 7-bank-project/1-template-route/translations/assignment.ko.md diff --git a/7-bank-project/1-template-route/translations/assignment.ko.md b/7-bank-project/1-template-route/translations/assignment.ko.md new file mode 100644 index 00000000..454999d6 --- /dev/null +++ b/7-bank-project/1-template-route/translations/assignment.ko.md @@ -0,0 +1,14 @@ +# 라우팅 개선 + +## Instructions + +The routes declaration contains currently only the template ID to use. But when displaying a new page, a bit more is needed sometimes. Let's improve our routing implementation with two additional features: + +- Give titles to each template and update the window title with this new title when the template changes. +- Add an option to run some code after the template changes. We want to print `'Dashboard is shown'` in the developer console every time the dashboard page is displayed. + +## Rubric + +Criteria | Exemplary | Adequate | Needs Improvement +--- | --- | --- | --- + | The two features are implemented and working. Title and code addition also work for a new route added in the `routes` declaration. | The two features work, but the behavior is hardcoded and not configurable via the `routes` declaration. Adding a third route with title and code addition does not work or works partially. | One of the features is missing or not working properly. From 7f09b32e3da27a7b8399e170427b3ce1567c5166 Mon Sep 17 00:00:00 2001 From: mt-gitlocalize Date: Sun, 10 Jan 2021 06:57:54 +0000 Subject: [PATCH 2/4] Translate assignment.ko.md via GitLocalize --- .../1-template-route/translations/assignment.ko.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/7-bank-project/1-template-route/translations/assignment.ko.md b/7-bank-project/1-template-route/translations/assignment.ko.md index 454999d6..7254e187 100644 --- a/7-bank-project/1-template-route/translations/assignment.ko.md +++ b/7-bank-project/1-template-route/translations/assignment.ko.md @@ -1,14 +1,14 @@ # 라우팅 개선 -## Instructions +## 설명 The routes declaration contains currently only the template ID to use. But when displaying a new page, a bit more is needed sometimes. Let's improve our routing implementation with two additional features: - Give titles to each template and update the window title with this new title when the template changes. - Add an option to run some code after the template changes. We want to print `'Dashboard is shown'` in the developer console every time the dashboard page is displayed. -## Rubric +## 평가 기준 -Criteria | Exemplary | Adequate | Needs Improvement +기준 | 모범 답안 | 적당한 답안 | 개선이 필요한 답안 --- | --- | --- | --- | The two features are implemented and working. Title and code addition also work for a new route added in the `routes` declaration. | The two features work, but the behavior is hardcoded and not configurable via the `routes` declaration. Adding a third route with title and code addition does not work or works partially. | One of the features is missing or not working properly. From 6b15f0c25376e383bbe9aed08710663236a8f691 Mon Sep 17 00:00:00 2001 From: Donghoon Song Date: Sun, 10 Jan 2021 06:57:56 +0000 Subject: [PATCH 3/4] Translate assignment.ko.md via GitLocalize --- .../1-template-route/translations/assignment.ko.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/7-bank-project/1-template-route/translations/assignment.ko.md b/7-bank-project/1-template-route/translations/assignment.ko.md index 7254e187..f640498c 100644 --- a/7-bank-project/1-template-route/translations/assignment.ko.md +++ b/7-bank-project/1-template-route/translations/assignment.ko.md @@ -2,13 +2,13 @@ ## 설명 -The routes declaration contains currently only the template ID to use. But when displaying a new page, a bit more is needed sometimes. Let's improve our routing implementation with two additional features: +경로 선언에는 현재 사용할 템플릿 ID만 포함됩니다. 하지만 새 페이지를 표시할 때는 추가할 것이 더 생기는 경우가 있습니다. 두 가지 추가 기능을 사용하여 라우팅 구현을 개선해 봅시다. -- Give titles to each template and update the window title with this new title when the template changes. -- Add an option to run some code after the template changes. We want to print `'Dashboard is shown'` in the developer console every time the dashboard page is displayed. +- 각 템플릿에 제목을 부여하고 템플릿이 변경되면 새 제목으로 창 제목을 변경합니다. +- 템플릿 변경 후 일부 코드를 실행하는 옵션을 추가합니다. 대시보드 페이지가 표시될 때마다 개발자 콘솔에 `'Dashboard is shown'`을 출력합니다. ## 평가 기준 기준 | 모범 답안 | 적당한 답안 | 개선이 필요한 답안 --- | --- | --- | --- - | The two features are implemented and working. Title and code addition also work for a new route added in the `routes` declaration. | The two features work, but the behavior is hardcoded and not configurable via the `routes` declaration. Adding a third route with title and code addition does not work or works partially. | One of the features is missing or not working properly. + | 두 기능이 구현되고 작동하는 경우. 제목 및 코드 추가는 `routes` 선언에 추가된 새 경로에서도 작동합니다. | 두 기능은 작동하지만, 동작은 하드 코딩되어 있으며 `routes` 선언을 통해 구성할 수 없는 경우.
세 번째 경로를 제목과 코드와 함께 추가하면 작동하지 않거나 부분적으로 작동합니다. | 기능 중 하나가 없거나 제대로 작동하지 않는 경우 From 2869ffbe858e9bb60d228dab802c30bfabed7639 Mon Sep 17 00:00:00 2001 From: Donghoon Song Date: Sun, 10 Jan 2021 07:05:22 +0000 Subject: [PATCH 4/4] Translate assignment.ko.md via GitLocalize --- 7-bank-project/1-template-route/translations/assignment.ko.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-bank-project/1-template-route/translations/assignment.ko.md b/7-bank-project/1-template-route/translations/assignment.ko.md index f640498c..ef9b14b9 100644 --- a/7-bank-project/1-template-route/translations/assignment.ko.md +++ b/7-bank-project/1-template-route/translations/assignment.ko.md @@ -5,7 +5,7 @@ 경로 선언에는 현재 사용할 템플릿 ID만 포함됩니다. 하지만 새 페이지를 표시할 때는 추가할 것이 더 생기는 경우가 있습니다. 두 가지 추가 기능을 사용하여 라우팅 구현을 개선해 봅시다. - 각 템플릿에 제목을 부여하고 템플릿이 변경되면 새 제목으로 창 제목을 변경합니다. -- 템플릿 변경 후 일부 코드를 실행하는 옵션을 추가합니다. 대시보드 페이지가 표시될 때마다 개발자 콘솔에 `'Dashboard is shown'`을 출력합니다. +- 템플릿 변경 후 일부 코드를 실행하는 옵션을 추가합니다. 대시보드 페이지가 표시될 때마다 개발자 콘솔에 `'대시보드가 보임'`을 출력합니다. ## 평가 기준