20201006_jeffrey - silenceuncrio/diary GitHub Wiki
0900
工作交接
- [0%] M300 manufacturing tool - Jessy
- [0%] M300 uboot - Jessy
- [0%] M300 eMMC - Jessy
- [0%] M300 dual image - Jessy
再 review 一下昨天寫的
再繼續
- [0%] M360P uboot - Jessy
- [0%] M360P dual image 機制 - Jessy
0920
優先處理以下 task
M350-C - task - [0%] P1 - (Web UI) multi lte - sim config - dual sim 像 M300 一樣
主要是為了送測
先參考 ariel 的 wiki
就先做 One Modem with Dual SIM
的部分
先修一下 status page 上的字眼
commit 6c68defba841a4d4ae735b6f617b2256237fa664
Refs: [develop]
Author: jeffrey <[email protected]>
Date: Tue Oct 6 10:17:06 2020 +0800
change some wording at 'status' page
proscend/prosrc/www/app/feature/status.js | 9 ++-
.../prosrc/www/app/feature/status_panel_sim1.html | 74 ++++++++++++++++++++++
.../www/app/feature/status_panel_sim1_ip.html | 54 ++++++++++++++++
.../prosrc/www/app/feature/status_panel_sim2.html | 74 ++++++++++++++++++++++
.../www/app/feature/status_panel_sim2_ip.html | 54 ++++++++++++++++
.../www/app/feature/status_pannel_modem0.html | 74 ----------------------
.../www/app/feature/status_pannel_modem1.html | 74 ----------------------
.../prosrc/www/app/feature/status_pannel_sim1.html | 54 ----------------
.../prosrc/www/app/feature/status_pannel_sim2.html | 54 ----------------
.../app/feature/status_pannel_wan_dns_second.html | 2 +-
proscend/prosrc/www/app/locale-en.json | 2 +
proscend/prosrc/www/app/locale-fr.json | 2 +
proscend/prosrc/www/app/locale-zh-tw.json | 2 +
.../prosrc/www/src/app/feature/status.html.src | 8 +--
14 files changed, 271 insertions(+), 266 deletions(-)
commit f9553ce6437d503d9df3eee1442fbdb0ef7e17d2
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Oct 6 10:49:59 2020 +0800
add the 'LTE > SIM Config'
- now this page is like M300: One Modem with Dual SIM
proscend/prosrc/www/app/locale-en.json | 1 +
proscend/prosrc/www/app/locale-fr.json | 1 +
proscend/prosrc/www/app/locale-zh-tw.json | 1 +
proscend/prosrc/www/src/menu.html.src | 2 +-
4 files changed, 4 insertions(+), 1 deletion(-)
1300
工作交接
- [0%] M300 manufacturing tool - Jessy
- [0%] M300 uboot - Jessy
- [0%] M300 eMMC - Jessy
- [0%] M300 dual image 機制 - Jessy
大致 review 了一遍
又稍微改了一下
繼續新的
工作交接 - [0%] M360P uboot - Jessy 工作交接 - [0%] M360P dual image - Jessy
1530
工作交接 - [0%] M360P uboot - Jessy 工作交接 - [0%] M360P dual image - Jessy
寫得差不多了
跟 jessy 交接的部分先這樣
等 jessy 看過之後再根據回饋作調整
1730
ISMS Server - task - [0%] setting > Customer Scheme
commit 71a2a1a4b84e0bdcb7743f33f45df9d49b8169b5
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Tue Oct 6 17:31:37 2020 +0800
add components/setting/cutomerScheme
web/src/components/setting/customerSchemeForm.js | 145 ++++++++++++
web/src/components/setting/cutomerScheme.js | 274 +++++++++++++++++++++++
web/src/components/setting/index.js | 2 +
web/src/constants/linkName.js | 1 +
web/src/constants/route_paths.js | 1 +
web/src/routes/setting.js | 10 +
web/src/utils/customerScheme.js | 176 +++++++++++++++
7 files changed, 609 insertions(+)