20200623_jeffrey - silenceuncrio/diary GitHub Wiki

0900

M350-C - bug - [0%] web ui reboot 的倒數機制出了問題 - 似乎重開機時間變長了

這個自我發現的 bug 應該是 lte exit 造成的

關掉吧

0910

M350-C - bug - [0%] wifi 2.4g wps 要拿掉

已完成

0920

ISMS Server - task - [10%] Map track

先把現有的 map 換成 google map

目前 react 上的 google map library 有兩個選擇

這邊有 npm trends

先從下載量最大的來看吧

不過從 issue IMPORTANT: LIBRARY NOT MAINTAINED AND IS OUTDATED (use alternative) 看來

該專案似乎不維護了

該 issue 有人建議替代專案 react-google-maps-api

雖然該專案目前只有 0.5k start

但畢竟才剛開始

1130

光一個 MarkerClusterer example 就完勝 leaflet

1310

目前就先決定用 react-google-maps-api

不要再花時間看其它的 library

1400

配合 isms cgi 的修正來更改 query method

commit 6196c0f3e0956dbb57fd6bd5cc449f7ad0c4e639
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Jun 23 14:01:44 2020 +0800

    modify the query method at 'Map' since the cgi changed

 web/src/components/Map/NodeInformation.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit b6bb90bd0e81b170eb3ca9f114feb02f673b6dd4
Author: jeffrey <[email protected]>
Date:   Tue Jun 23 13:56:06 2020 +0800

    modify the query method at 'Topology' since the cgi changed

 web/src/components/Topology/NodeInformation.js | 23 ++++++++++++++---------
 web/src/components/TreesContext/Trees.js       |  7 +++----
 2 files changed, 17 insertions(+), 13 deletions(-)

commit 99618d7727dd12f8018db28f87f1e35605fcfe04
Author: jeffrey <[email protected]>
Date:   Tue Jun 23 13:32:35 2020 +0800

    modify the query method at 'Dashboard' since the cgi changed

 web/src/components/Dashboard/healthSummary.js         | 2 +-
 web/src/components/Dashboard/signalStrengthSummary.js | 2 +-
 web/src/utils/index.js                                | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

1435

ISMS Server - task - [100%] topology - byOne 的呈現

commit d4e08ae568d32ce15a21fe91e6e6164a89337bbc
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Jun 23 14:35:58 2020 +0800

    when group by ISMS One and nodeInf.byOne === "YES", use nodeInf.topic_id as folder

 web/src/components/TreesContext/Trees.js | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)