20190308_jeffrey - silenceuncrio/diary GitHub Wiki

0905

review

先盤一下這個禮拜做了什麼

  • M330
    • web server
      • use ICOS_CheckPrivilege to check web login
        • then we can use super pass: iwu@fbt&ND / wut@uty&2210 to login into web
    • Fix PPTP LED
    • GUI
      • web firmware upgrade
        • according to the actual testing to modify the time related calculation for progress bar
      • multi wan
      • speed up the redirect action
        • do $route.reload(); before $location.url("/reboot");
      • fix the problem of the 'Location' and 'Googole Maps' on top banner
      • react practice
        • apply reactstrap: Easy to use React Bootstrap 4 components
        • react_00 - reactstrap
        • react_01 - react-router-dom
        • SignIn: use '/api/login'

0945

繼續 M330 - GUI - react practice - SignIn: use '/api/login'

因為呼叫 /api/login 後若帳密對的話會得到 cookie

我需要確保後續的 HTTP request 都能帶著那組 cookie

1150

commit 1a64a78638fb472fb7d3003e6dc426352f6b6d36
Author: jeffrey <[email protected]>
Date:   Fri Mar 8 11:48:31 2019 +0800

    correct typo

 proscend/prosrc/www/src/app/feature/status.html.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit 8af33f84074cc1d78e5940b8425c84fad4982cea
Author: jeffrey <[email protected]>
Date:   Fri Mar 8 11:54:51 2019 +0800

    remove the WAN Flow Control from 'System > Ethernet Ports'

 proscend/prosrc/www/app/feature/switch.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1300

解一下 M300 的 bug

先 build 一版最新的 M300 branch hotfix/v1.77

  • Products/Vendor = M300/16_MTK_WIFI

待解的 bug 有

  • 0000423: suggest to modify web GUI for WiFi
  • 0000428: [WEB UI] sessionTTL login fail issue
    • 已解
  • 0000431: [Lock PCIs] no check any PCIs, why i can apply Lock and unlock
    • ariel 會直接從 profile 把該功能隱藏

1350

commit e633c352d8aca8e294e362a23f7936dc71d6ea86
Author: jeffrey <[email protected]>
Date:   Fri Mar 8 13:51:02 2019 +0800

    remove the 'Mode' from 'WiFi > Config' page
    - always use '802.11g+n' mode

 proscend/prosrc/www/app/feature/wifi_apsta.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

解決 0000423: suggest to modify web GUI for WiFi