20200410_jeffrey - silenceuncrio/diary GitHub Wiki
M350-C - task - [20%] ISMS Support - web ui
花點時間熟悉一下 react route
不然像 Google Play Console 的兩層選單設計我也不知道怎麼來實作
RD Meeting
- M350-C - task - [10%] ISMS Support - web ui
- 進度 update 到 20%
- M330 為了 HYTEC KOREA 新增很多 P3 的項目
- M350-C ospf 的 issue 後續有時間再來看
剛剛讓 Spring 看一下目前 ISMS-Server web ui 的進度
- 參考 Google Play Console 的設計是好的
- 之前的網頁的藍太重了
- ISMS-Server 顏色想淡一點 活潑一點
- 考慮後續的客製化
- 手機看 ISMS-Server 的話有些功能要拿掉
- 也許手機就不要有設定的功能
- 也許可以參考巴哈姆特
M350-C - task - [20%] ISMS Support - web ui
花點時間熟悉一下 react route
從 REACT ROUTER - Quick Start 的 1st Example
我已確認 <Link>
出現在 pages
中也可以
所以我先把目前收容 <Link>
的 Navigation component 從上層的 App component 移動至每個 page components 去
commit 44d1e423069551d358f51800f52d5b2fed7e1f2e
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Fri Apr 10 13:51:43 2020 +0800
move 'Navigation' component from 'App' component to each 'pages'
- then each 'pages' can decide their own 'Navigation'
web/src/components/About/index.js | 8 ++++++++
web/src/components/App/index.js | 26 ++++++++++++++++++++------
web/src/components/Dashboard/index.js | 18 +++++++++---------
web/src/components/Home/index.js | 9 +++++++++
web/src/components/Map/index.js | 8 ++++++++
5 files changed, 54 insertions(+), 15 deletions(-)
study React Context