20170727_jeffrey - silenceuncrio/diary GitHub Wiki

0905

review

M300 工作項目 - Planet: Cusomized Web UI 已於昨日下班前完成

原本預定的 schedule 為 8/14 ~ 8/18

明天的周會記得跟 ariel 提一下再發 mail 調整一下 schedule

1030

ariel 希望當 IPv6 in used 的時候

status web page 的 LAN Ethernet panel title 也能顯示一個 勾選 的小圖示

commit a0fe18007dae241374fc6a778b6eba8e1209d7da
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Jul 27 10:29:00 2017 +0800

    Display a 'check' icon at the panel titile of 'LAN Etheernet' when IPv6 in used

 proscend/prosrc/www/brand_digicomm/app/feature/status_gnss.html    | 1 +
 proscend/prosrc/www/brand_digicomm/app/feature/status_no_gnss.html | 1 +
 proscend/prosrc/www/brand_nobrand/app/feature/status_gnss.html     | 1 +
 proscend/prosrc/www/brand_nobrand/app/feature/status_no_gnss.html  | 1 +
 proscend/prosrc/www/brand_planet/app/feature/status_gnss.html      | 1 +
 proscend/prosrc/www/brand_planet/app/feature/status_no_gnss.html   | 1 +
 6 files changed, 6 insertions(+)

1140

修一下 status web page 的 bug

ommit 8b3a797582b33bc6f2043b562afbf600c65c18a1
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Jul 27 11:42:18 2017 +0800

    In 'status' web page, only according to the default_gw_if to decide the current WAN interface

 proscend/prosrc/www/app/feature/status.js | 3 ---
 1 file changed, 3 deletions(-)

1330

john 表示他的 Ethernet Ports web page 在有值改變的 apply 之後提醒使用者要 reboot

另外 john 提醒在沒有 login 的狀態下

點選 menu 的 Management/Configuration 再點選 Backup the running configarations

會出現白底畫面顯示 Unauthorized

這是個 bug

不過這問題並不單純是 iweb.c_register_endpoints() 的問題

之後再查吧

先幫 john 的 Ethernet Ports web page 做修改

ommit 08b0a9813b0c99e47fa967798cf09adb5e3182d7
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Jul 27 14:32:54 2017 +0800

    remind user to reboot to take effect when 'mode' field change at 'Ethernet Ports' web page

 proscend/prosrc/www/app/feature/switch.js | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

1705

Refactoring the 'COM Ports' web page

commit 405533d9f00377420ba7c36563a5caf26041e80e
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Jul 27 17:04:48 2017 +0800

    Refactoring the 'COM Ports' web page

 proscend/prosrc/www/.gitignore                     |   1 +
 proscend/prosrc/www/Makefile                       |  14 +-
 proscend/prosrc/www/app/feature/comPorts_edit.html | 148 +++++++++++++++++++++
 .../prosrc/www/app/feature/comPorts_summary.html   |  56 ++++++++
 .../prosrc/www/app/feature/comPorts_v2.html.src    |   3 +
 proscend/prosrc/www/app/feature/comPorts_v2.js     | 110 +++++++++++++++
 proscend/prosrc/www/app/locale-en.json             |  28 ++++
 proscend/prosrc/www/app/locale-fr.json             |  28 ++++
 proscend/prosrc/www/app/locale-zh-tw.json          |  28 ++++
 proscend/prosrc/www/app/views/menu.html            |   2 +-
 proscend/prosrc/www/index.html.src                 |   3 +
 11 files changed, 415 insertions(+), 6 deletions(-)