20191003_jeffrey - silenceuncrio/diary GitHub Wiki

0910

review

目前以下 issue 由 硬體先來解決

M300 issue - 0000722: uboot can not turn on the IO control power at 2 port model but can turn on at 4 port lan model

待硬體修改後我再視情況來修改軟體

待作事項

  • 中華電信
    • 10-23 想給一版
    • 幫忙 porting gre 從 M300
      • 等待 keep alive api
  • Connmgr + WAN WiFi (To Do)
    • 當 wan priority 為 lte only 時, WiFi STA 不要去 scan
      • 頁面直接顯示警告訊息表示該功能只在 wan priority 不為 lte only 時才有效
    • wizard 不用去設定 wan wifi, 但要能讓使用者將 wan priority 設定成 Wifi only
  • Wan WiFi
    • signal 的值改用 signal_icon 來顯示
    • 幫忙找一下可用的圖示

1015

M330[develop] - 'WiFi STA' function is not available when 'WAN Priority' is 'LTE Only' or 'ETH Only'

commit 100630b2a2c9935eb3acf8ae7e9bddbb7f1895a2
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Oct 3 10:12:06 2019 +0800

    'WiFi STA' function is not available when 'WAN Priority' is 'LTE Only' or 'ETH Only'

 proscend/prosrc/www/app/feature/wifi_sta.html |  9 ++++++++-
 proscend/prosrc/www/app/feature/wifi_sta.js   | 14 ++++++++++++--
 2 files changed, 20 insertions(+), 3 deletions(-)

1135

M330[develop] - add 'WiFi Only' option for 'WAN > Priority'

commit 4dd2b3333783352ccd94e38b7e2927c427e8181b
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Oct 3 11:34:23 2019 +0800

    add 'WiFi Only' option for 'WAN > Priority'

 proscend/prosrc/www/app/app.controller.js                | 1 +
 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 ++
 proscend/prosrc/www/src/app/feature/wanPriority.html.src | 1 +
 5 files changed, 8 insertions(+)

1310

M330[develop] - display 'LTE Net Mode' when 'WAN Priority' is 'WiFi Only'

commit fb76fedd74492c842be2053e3d7591a958b2b916
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Oct 3 13:10:51 2019 +0800

    display 'LTE Net Mode' when 'WAN Priority' is 'WiFi Only'

 proscend/prosrc/www/src/app/feature/wanPriority.html.src | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

M330[develop] - The Step 2. WAN Setting of 'Setting Wizard' now support 'WiFi Only' WAN Priority option

commit 0ae10013247e1181e91bf7d39ec1951f92b0b96a
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Thu Oct 3 14:02:28 2019 +0800

    The Step 2. WAN Setting of 'Setting Wizard' now support 'WiFi Only' WAN Priority option

 proscend/prosrc/www/app/feature/wizard.html | 30 +++++++++++++++++++----------
 proscend/prosrc/www/app/feature/wizard.js   | 19 +++++++++++-------
 2 files changed, 32 insertions(+), 17 deletions(-)