20190823_jeffrey - silenceuncrio/diary GitHub Wiki

0905

早上來發現電腦重開機了

1345

M330[develop] - about wizard: modify review setting

commit a27760a2eb304560b3ca8c2492b7a413be3e99a8
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Aug 23 13:42:44 2019 +0800

    about wizard: modify review setting
    - Step 2. WAN Setting
    - Step 2.2. WAN Setting - LTE
    - Step 5. WIFI Config

    TBD:
    - Step 5. WIFI Config: empty option at some fields
    - apply testing

 proscend/prosrc/www/app/feature/wizard.html | 114 +++++++++++++++++++++++-----
 proscend/prosrc/www/app/feature/wizard.js   |   3 +-
 2 files changed, 94 insertions(+), 23 deletions(-)

注意到 TBD - to be done

  • Step 5. WIFI Config: empty option at some fields
  • apply testing

1350

M330[develop] - correct typo at 'Firewall > IP Filter'

commit 1a5e91c4fe33a566b35d7deda5c3d52f3eaf570f
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Aug 23 13:46:09 2019 +0800

    correct typo at 'Firewall > IP Filter':
    - "Destnation" to "Destination"

 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 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

這也解決了 mantis issue - 0000666: [IP Filter] Destnation Port typo

順便看一下 M300 以及 M360P


M300[release/v2.01] - correct typo at 'Firewall > IP Filter'

commit 1e47b0a9f41bf3dbe42affc4db28e347dc2aecb6
Refs: [release/v2.01], {origin/release/v2.01}
Author: jeffrey <[email protected]>
Date:   Fri Aug 23 13:52:06 2019 +0800

    correct typo at 'Firewall > IP Filter':
    - "Destnation" to "Destination"

 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 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

M360P[develop] - correct typo at 'Firewall > IP Filter'

commit 2467a995e38ff6ea90fa6d2ce9fe95b1262718c1
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Aug 23 13:55:05 2019 +0800

    correct typo at 'Firewall > IP Filter':
    - "Destnation" to "Destination"

 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 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

1420

盤一下這禮拜的工作

  • M300[release/v2.01]
    • add 'lte reboot' field at 'LTE > Dual SIM' page
    • add 'IP Routing > Policy Route' web page
    • clean all policyRT_Item[] before apply them
    • correct typo at 'Firewall > IP Filter'
  • M330[develop]
    • add 'lte reboot' field at 'LTE > APN Config' page
    • add wizard
    • correct the duplicate 'ng-show' at 'Service > QoS' web page
    • about wizard
    • about wizard: modify review setting
    • correct typo at 'Firewall > IP Filter'
  • M360P[develop]
    • correct typo at 'Firewall > IP Filter'

檯面上的 task

  • M300
    • P3 - Layer 2 Encapsulation over GRE (L2oGRE)
  • M330
    • P1 - web ui: GPS track drawing
    • P2 - Wizard
    • P2 - web ui display issue via smartphone

1730

M330[develop] - finish the wizard setting

commit 4c87bb3e6085bf1349ad9352261f307eb8536c08
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Fri Aug 23 17:30:05 2019 +0800

    finish the wizard setting

 proscend/prosrc/webcgi/dns.c                     | 94 ++++++++++++++++++++++++
 proscend/prosrc/www/app/feature/wizard.html      | 10 +--
 proscend/prosrc/www/app/feature/wizard.js        | 26 ++++++-
 proscend/prosrc/www/app/services/icos.service.js |  6 ++
 4 files changed, 127 insertions(+), 9 deletions(-)