20201005_jeffrey - silenceuncrio/diary GitHub Wiki
0855
這個禮拜的 review list
工作交接
- [0%] PPTP - Aaron
- [0%] GRE - Aaron
- [0%] RIP - John
- [0%] OSPF - John
- [0%] BGP - John
- [30%] VRRP - John
- [30%] Schedule Reboot - John
- [30%] IP alias - John
- [50%] M300 manufacturing tool - Jessy
- [50%] M300 uboot - Jessy
- [50%] M300 eMMC - Jessy
- [50%] M300 dual image - Jessy
- [30%] M360P uboot - Jessy
- [30%] M360P dual image - Jessy
- [0%] icos web module - Sharon
- [0%] Web UI - Sharon
M300 - task
- [0%] P2 - remove abnormal key file while web start (develop branch)
- [0%] P4 - BGP status (web ui)
- [0%] P4 - give a init value for google map
M300 - issue
- none
M300 - bug
- [30%] firmware upgrade 卡在 40%
- pc 網卡直連 M300 lan 端
- 檔案上傳慢到(1分鐘100KB)前端的 javascript 慢慢跑到 40% 在等著上傳檔案完成 - 一小時也等不到
M330 - task
- [0%] P3 - sync multi language from m330 to all mobile project
M330 - issue
- none
M330 - bug
- [0%] firmware upgrade 上傳成 M300 的 firmware 第一次失敗後到至後續上傳正確的也會失敗
- lighttpd 回 request entity too large
M350-C - task
- [100%] P1 - (Web UI) multi lte - sim config - 像 M300 一樣
- [0%] P1 - (Web UI) connection table
- [0%] P2 - remove abnormal key file while web start (develop branch)
- [0%] P2 - porting
Firewall > Basic Rules > Guest Network
from from m330 - [0%] P2 - porting
Firewall > Management IP
from from m330 - [0%] P2 - porting
Firewall > Service Port
from from m330 - [0%] P2 - porting
Service > QoS
from from m330 - [0%] P2 - Let DHCP Server to decide it's own default gateway: also apply for vrrp mode off
- [0%] P2 - Health retry counter
- [0%] P2 - no more mark_wan_lte related to display signal image at top banner
- [0%] P2 - Dynamic Web UI by HW_MCSV
- [0%] P2 - Dynamic Firmware Upgrade by HW_MCSV
M350-C - issue
- none
M350-C - bug
- [20%] web ui openvpn wizard 會讓 lighttpd process 被 kill 掉
- M330 不會
- M330 的 lighttpd 為 1.4.30
- M350 的 lighttpd 為 1.4.40
- [80%] 修改 menu.html.src 透過 web upgrade 後會 cache 舊的 menu
- 可以套用至全平台
M350-C - misc
- [30%] 跨 repository 間 code 的 sync - 培養功力
- 起手式
git format-patch -k --stdout ${A_COMMIT_HASH}..${B_COMMIT_HASH} > xxx.patch git am -k -3 < xxx.patch
- git am 失敗的時候該怎麼辦? git apply --reject
- 起手式
M360P - task
- [0%] P2 - remove abnormal key file while web start (develop branch)
- [0%] P2 - web ui: Carrier Aggregation info porting
M360P - issue
- [60%] 1103: ui menu not base on compile flag
- [60%] 936: some routes learned via bgp, then they disappear then appear again after a few seconds, and again and again...
- [60%] 787: when local ethernet link is 100 half, firmware upgrade via web ui fail
M360P - bug
- [30%] - 0000908: sometimes first time modify LTE NET mode or APN on dual APN will apply fail - root cause 是 lighttpd 重啟了
- M360P 的 lighttpd 為 1.4.30
ISMS Server - task
- [10%] multi language
- [70%] setting > node name
- [100%] setting > Customer Information
- [100%] setting > Customer Scheme
ISMS Server - bug
- [0%] super user [email protected] sign in - dashboard 出錯
- [0%] super user [email protected] sign in - topology 出錯
MISC
- none
0910
一早來 ariel 告知希望我抽時間幫忙 m350 lte config web ui 的事宜
稍微聊一下自己計畫十一月底離職 - 原本是答應做到過年前
待會開完會找 winston 聊一下
趕緊準備交接的事宜
不然 ISMS 那邊的事永遠都忙不完
1125
已經確認做到今年十一月底
可以好好的寫交接文件了
把清單列一下
- PPTP - Aaron
- GRE - Aaron
- RIP - John
- OSPF - John
- BGP - John
- VRRP - John
- Schedule Reboot - John
- IP alais - John
- M300 manufacturing tool - Jessy
- M300 uboot - Jessy
- M300 eMMC - Jessy
- M300 dual image 機制 - Jessy
- M360P uboot - Jessy
- M360P dual image 機制 - Jessy
- icos web module - Sharon
- Web UI - Sharon
從最早的開始來整理文件
- M300 manufacturing tool
- M300 uboot
- M300 eMMC
- M300 dual image
先在 m300 wiki 開個文件開始記錄
1310
人事部門已經給我一份 員工離職申請書
先填一部分吧
1340
寫交接文件之餘 繼續做 ISMS 吧
1645
M350 bug correct
commit 5adf8a665750d247b5f495506e0cca6759bea2f3
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Mon Oct 5 16:44:12 2020 +0800
correct the RSSI value at 'status > Modem#2' panel
proscend/prosrc/www/app/feature/status_pannel_modem1.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
1710
ISMS Server - task - [0%] setting > Customer Information
commit 94dd52c8f8ce26872f4adf8213747da4bcd62497
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Mon Oct 5 17:05:55 2020 +0800
add 'Setting > Customer Information'
.../components/setting/customerInformationForm.js | 87 +++++++
web/src/components/setting/cutomerInformation.js | 274 +++++++++++++++++++++
web/src/components/setting/index.js | 2 +
web/src/constants/linkName.js | 15 +-
web/src/constants/route_paths.js | 17 +-
web/src/routes/setting.js | 10 +
web/src/utils/customerInformation.js | 176 +++++++++++++
7 files changed, 566 insertions(+), 15 deletions(-)
commit ee1bce0746c3cd51dbb251ac0a0c2a9d71d3222e
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Mon Oct 5 17:32:59 2020 +0800
refactoring components/setting/cutomerInformation
web/src/components/setting/cutomerInformation.js | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)