20170726_jeffrey - silenceuncrio/diary GitHub Wiki
0905
review
節錄自 ariel 跟 planet 的 mail
我將客製化的結論Summary 如下, 請確認一切都正確無誤.
(1). 請把帳: root改成admin
- 密: 2wsx#EDC改成admin
(2). 當客人輸入完admin/admin之後。接下來可彈出一個訊息
例
For Security Reason, Please Changes Password First!! 最少字元為: 8 最多字元為: 12
(3) 請使用貴司目前最新版firmware製作。有TR069 and MQTT版的
(4) Console頁面請把
原定義: Mobile Router login > ICG-2420-LTE login > Final討論結果後,請修改為 Cellular Gateway login
原定義: Router# > ICG-2420-LTE# > Final討論結果後,請修改為 Cellular Gateway#
(5) 語言的部份:
現階段只需顯示英文語系,請把中文和法文先移掉
請貴司提供字串。(Proscend 8/14 提供)
(6) 請協助加入 PLANET DDNS
(7) 何時可提供beta firmware? (Proscend: 8/25 release to QA)
(8) Web UI 客製化如附件 (image.7z).
(9) DDNS 客製化如附件 (Appendix B.doc).
我需要關注的部分有
- 當客人輸入完admin/admin之後。接下來可彈出一個訊息
- 例
For Security Reason, Please Changes Password First!! 最少字元為: 8 最多字元為: 12
- 語言的部份:
- 現階段只需顯示英文語系,請把中文和法文先移掉
- 請貴司提供字串。(Proscend 8/14 提供)
- Web UI 客製化如附件 (image.7z).
- DDNS 客製化如附件 (Appendix B.doc).
0935
先完成 Web UI 客製化如附件 (image.7z).
commit 38fb576de933b39726b25ef65a00256a9f817745
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Wed Jul 26 09:34:10 2017 +0800
while '_BRAND_ID == _PLANET'
- customize web ui
proscend/prosrc/www/Makefile | 10 ++++-
proscend/prosrc/www/brand_planet/custom.css | 56 ++++++++++++++++++++++++++++
proscend/prosrc/www/brand_planet/top.html | 33 ++++++++++++++++
proscend/prosrc/www/brand_planet/top.png | Bin 0 -> 15381 bytes
proscend/prosrc/www/brand_planet/top_bg.png | Bin 0 -> 175 bytes
5 files changed, 98 insertions(+), 1 deletion(-)
0940
繼續 語言的部份
commit 5257d78fd6a20f8c6b44805b331330fbbf6f5fb5
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Wed Jul 26 09:43:06 2017 +0800
while '_BRAND_ID == _PLANET'
- only allow 'english' at multi-language option
proscend/prosrc/www/brand_planet/top.html | 1 -
1 file changed, 1 deletion(-)
1640
完成 當客人輸入完admin/admin之後。接下來可彈出一個訊息
commit fcfd347102a67dbe424db38a78a1b8abbeecef5e
Author: jeffrey <[email protected]>
Date: Wed Jul 26 16:36:34 2017 +0800
if login 'user/password' is 'admin/admin'
- remind the user: For Security Reason, Please Changes Password First!!
- redirect the user to "Administration" web page to change the password
.../prosrc/www/app/feature/administration.html | 11 ++++---
proscend/prosrc/www/app/feature/login.js | 37 +++++++++++++++++-----
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 +
5 files changed, 39 insertions(+), 12 deletions(-)
1710
ariel 提出兩個小修改需要我進行
only send 'chg_wproto' event when 'Work as' field changed
commit f143ce5488b6147d8d159923727ea2d55954367f
Author: jeffrey <[email protected]>
Date: Wed Jul 26 17:02:08 2017 +0800
only send 'chg_wproto' event when 'Work as' field changed
proscend/prosrc/www/app/feature/wanEthernet.js | 30 +++++++++-----------------
1 file changed, 10 insertions(+), 20 deletions(-)
Change the hint field at 'LTE Config' web page
commit 30e7fc08aebd3a8a1ab7de7c8519a47ad4b42307
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Wed Jul 26 17:08:06 2017 +0800
Change the hint field at 'LTE Config' web page
proscend/prosrc/www/app/feature/lteConfig.html | 1 +
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 +
4 files changed, 4 insertions(+)
1800
完成 DDNS 客製化如附件 (Appendix B.doc).
ommit db53c96d9747183985294f088afb32d948e4b0e2
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Wed Jul 26 18:00:32 2017 +0800
while '_BRAND_ID == _PLANET'
- customize the 'Dynamic DNS' web page
proscend/prosrc/webcgi/ddns.c | 230 ++++++++++++++---------
proscend/prosrc/www/app/feature/dynamicDns.html | 11 +-
proscend/prosrc/www/app/feature/dynamicDns.js | 17 +-
proscend/prosrc/www/app/services/icos.service.js | 3 +
4 files changed, 158 insertions(+), 103 deletions(-)