You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/7-bank-project/1-template-route/translations/assignment.zh-tw.md

15 lines
1.1 KiB

# 增進網頁路由
## 簡介
我們的網頁路由的定義只包含模板的 ID。但當顯示新的網頁頁面時我們或許會用到更多東西。讓我們來增進我們的網頁路由方式新增兩項功能
- 給各個模板標題,在模板切換後同時更新網頁視窗的標題。
- 加入額外選項,在模板切換後執行特定程式。我們希望在切換到儀表板頁面時,在開發者命令欄顯示 `'Dashboard is shown'`
## 學習評量
| 作業內容 | 優良 | 普通 | 待改進 |
| -------- | -------------------------------------------------------- | --------------------------------------------------------------------------------------------- | ------------------------ |
| | 兩個新功能運作正常,標題與程式也能執行新的 `routes` 規則 | 兩個新功能運作正常,但行為是 hardcoded 上去而非使用 `routes` 規則。新的路由規則無法完整地運作 | 新功能不完全或不正常運行 |