20190822_jeffrey - silenceuncrio/diary GitHub Wiki
0900
先做 M300[release/v2.01] - policy route
1320
M300[release/v2.01] - add 'IP Routing > Policy Route' web page
commit b7f4d8853b10898d974fdc69a4177ef06f9458f1
Refs: [release/v2.01], {origin/release/v2.01}
Author: jeffrey <[email protected]>
Date: Thu Aug 22 13:17:13 2019 +0800
add 'IP Routing > Policy Route' web page
proscend/prosrc/webcgi/Makefile | 4 +
proscend/prosrc/webcgi/policyrt.c | 146 +++++++++++++++++++
proscend/prosrc/www/app/feature/policyrt.html | 173 +++++++++++++++++++++++
proscend/prosrc/www/app/feature/policyrt.js | 133 +++++++++++++++++
proscend/prosrc/www/app/locale-en.json | 26 ++++
proscend/prosrc/www/app/locale-fr.json | 26 ++++
proscend/prosrc/www/app/locale-zh-tw.json | 26 ++++
proscend/prosrc/www/app/services/icos.service.js | 11 ++
proscend/prosrc/www/src/index.html.src | 1 +
proscend/prosrc/www/src/menu.html.src | 3 +
10 files changed, 549 insertions(+)
1355
繼續 M330 - Wizard
M330[develop] - GENERIC/1_GENERIC_WIFI
目前 M330 有一項 P1 的 task
review 一下 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
先排一下 schedule 給 ariel
M330 - P1 - web ui: GPS track drawing - 08-26 ~ 08-30
先排個 5 個工作天
M330[develop] - correct the duplicate 'ng-show' at 'Service > QoS' web page
commit 19b81c99ef098516367c6536d98e9e29e629ba48
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Thu Aug 22 14:22:04 2019 +0800
correct the duplicate 'ng-show' at 'Service > QoS' web page
proscend/prosrc/www/src/app/feature/qos.html.src | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
這同時也解決了新的 issue - 0000664: [Qos Status] one more button "Apply"
1625
M330[develop] - about wizard
commit 9496133ff1cafcc9f061033cbfd78bca7662e98d
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date: Thu Aug 22 16:21:58 2019 +0800
about wizard:
- chnage Step 2.2. WAN Setting - LTE
- chnage Step 5. WIFI Config
- TBD: review setting need modification according to the changing:
- Step 2. WAN Setting
- Step 2.2. WAN Setting - LTE
- Step 5. WIFI Config
proscend/prosrc/www/app/feature/wizard.html | 515 ++++++++++++++++++----------
1 file changed, 338 insertions(+), 177 deletions(-)
1750
M300[release/v2.01] - clean all policyRT_Item[] before apply them
commit c951e530e9fd4900d6da7ae035da3f8da7b05fc9
Refs: [release/v2.01], {origin/release/v2.01}
Author: jeffrey <[email protected]>
Date: Thu Aug 22 17:49:49 2019 +0800
clean all policyRT_Item[] before apply them
- or user will not able to delete them
proscend/prosrc/webcgi/policyrt.c | 7 +++++++
1 file changed, 7 insertions(+)