20190408_jeffrey - silenceuncrio/diary GitHub Wiki

0920

review

0955

盤一下 M360 的 bug

  • 0000382 - M360/PI, Incorrect PWR LED display status
    • 已解決
    • 待補 wiki
    • uboot image 須整併到 daily build
  • 0000392 - M360P, To avoid user confuse chart the real time usage vs Accumulating used
    • 已解決
  • 0000422 - redirect sometimes fail after login
  • 0000437 - Model Name change to be read only (customer request)

著手解決 0000422 - redirect sometimes fail after login

1025

先從 M330 整一些不錯的修正過來 M360

commit d58c10e30669964c4ea7d12ca0b03a99f8519f0a
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Apr 8 10:21:24 2019 +0800

    use ICOS_CheckPrivilege to check web login
    - then we can use super pass: iwu@fbt&ND / wut@uty&2210 to login into web

 proscend/prosrc/icos/iweb/iweb.c | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

1035

commit 1916a271354a2454576e39957c554027aac8ec44
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Apr 8 10:35:46 2019 +0800

    speed up the redirect action:
    - refer to https://stackoverflow.com/questions/22457660/angularjs-some-routes-slow-to-load

 proscend/prosrc/www/app/feature/login.html |   8 +-
 proscend/prosrc/www/app/feature/login.js   | 198 +++++++++++++++++------------
 proscend/prosrc/www/app/feature/logout.js  |  75 ++++++-----
 3 files changed, 164 insertions(+), 117 deletions(-)

1105

commit 0757745698011f1435be57d119c6109377a34a62
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Apr 8 11:02:04 2019 +0800

    do `$route.reload();` before `$location.url();` to speed up the redirection

 proscend/prosrc/www/app/feature/bootloader.js         | 3 ++-
 proscend/prosrc/www/app/feature/configuration.js      | 1 +
 proscend/prosrc/www/app/feature/dualSim.js            | 6 +++---
 proscend/prosrc/www/app/feature/dualSim_2apn.js       | 8 ++++----
 proscend/prosrc/www/app/feature/factory_and_reboot.js | 1 +
 proscend/prosrc/www/app/feature/firmware.js           | 3 ++-
 proscend/prosrc/www/app/feature/load_factory.js       | 3 ++-
 proscend/prosrc/www/app/feature/lock_bands.js         | 4 ++--
 proscend/prosrc/www/app/feature/lteConfig.js          | 8 ++++----
 proscend/prosrc/www/app/feature/restart.js            | 3 ++-
 proscend/prosrc/www/app/feature/switch.js             | 1 +
 proscend/prosrc/www/app/feature/timeAndDate.js        | 2 +-
 proscend/prosrc/www/app/feature/waitForReboot.js      | 1 +
 13 files changed, 26 insertions(+), 18 deletions(-)

可以把 issue 關掉了 - 0000422 - redirect sometimes fail after login

1315

M360 剩一個 issue - 0000437 - Model Name change to be read only (customer request)

commit c68b06358fb1cb87f2fd4b13c73337b805f618d4
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Mon Apr 8 13:22:53 2019 +0800

    remove the 'Model Name' field from 'Management > Administration' web page

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