20200901_jeffrey - silenceuncrio/diary GitHub Wiki

0850

M330 - task - [0%] P1 - QoS new design UI - 2020-09-04

commit 2084f26ad34cc9e0f9fb0f1f9a3af1377ec71a1e
Refs: [release/v1.05], {origin/release/v1.05}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 09:41:34 2020 +0800

    apply the new design of 'Service > QoS'

 proscend/prosrc/icos/include/icos_utility.h      |   2 +
 proscend/prosrc/webcgi/icos_iface.c              |  23 +
 proscend/prosrc/webcgi/qos.c                     | 112 +++--
 proscend/prosrc/www/Makefile                     |   1 -
 proscend/prosrc/www/app/feature/qos.html         | 572 +++++++++++++++++++++++
 proscend/prosrc/www/app/feature/qos.js           |  82 +++-
 proscend/prosrc/www/app/locale-de.json           |   5 +
 proscend/prosrc/www/app/locale-en.json           |  15 +-
 proscend/prosrc/www/app/locale-es.json           |   5 +
 proscend/prosrc/www/app/locale-fr.json           |   5 +
 proscend/prosrc/www/app/locale-it.json           |   5 +
 proscend/prosrc/www/app/locale-nl.json           |   5 +
 proscend/prosrc/www/app/locale-zh-tw.json        |   5 +
 proscend/prosrc/www/app/services/icos.service.js |  14 +-
 proscend/prosrc/www/src/app/feature/qos.html.src | 500 --------------------
 15 files changed, 809 insertions(+), 542 deletions(-)

1000

ISMS Server - task

commit 9319f100e9be68b71ac6f16f1bbf7c841ec8cdeb
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 09:59:18 2020 +0800

    after press 'Sign In' button, the sweet alert will have a confirm button
    - let user know whats happen

 web/src/components/signIn/signIn.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 8974af208da96e806369ec5ce662230e96426b0d
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 10:18:04 2020 +0800

    add a new state RENDER.IDLE at components/topology/status
    - or the first time component will be rendered twice

 web/src/components/topology/status.js |  5 ++++-
 web/src/constants/render.js           | 28 ++++++++++++++++------------
 2 files changed, 20 insertions(+), 13 deletions(-)

1125

M330 - task - [0%] P1 - QoS new design UI - 2020-09-04

commit 14729601ce330cdfed87349b893417a751e0fa51
Refs: [release/v1.05], {origin/release/v1.05}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 11:26:51 2020 +0800

    remove the direction field from 'Service > QoS > Status'

 proscend/prosrc/webcgi/qos.c                     | 28 +----------------------
 proscend/prosrc/www/app/feature/qos.html         | 29 +-----------------------
 proscend/prosrc/www/app/feature/qos.js           |  3 +--
 proscend/prosrc/www/app/services/icos.service.js |  3 +--
 4 files changed, 4 insertions(+), 59 deletions(-)

1320

ISMS Server - task

commit b8ebb220c99797a38746819000e89a4b0bd546cc
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 13:19:58 2020 +0800

    complete the components/nodeStatus

 web/src/components/nodeStatus/alarm.js      |   4 +-
 web/src/components/nodeStatus/index.js      |   4 +-
 web/src/components/nodeStatus/statistics.js |   2 +-
 web/src/components/nodeStatus/status.js     | 647 ++++++++++++++++++++++++++++
 4 files changed, 654 insertions(+), 3 deletions(-)

commit 6928244437a343b4f706eb044d22eaf2158175c0
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 15:11:20 2020 +0800

    add the alt data for mock track and implement the line chart to indicate the current alt

 web/src/components/track/maps.js | 106 ++++++++++++++++++++++++++++------
 web/src/constants/mock_track.js  | 120 +++++++++++++++++++--------------------
 2 files changed, 148 insertions(+), 78 deletions(-)

終於把 track 的高度表示圖做出來了

很難想像如果不是用 React 架構寫的話會變成麼樣子


commit ae62dd69acc2da43a9d833dc6814a2541b95b273
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 15:49:54 2020 +0800

    fine tune the layout of components/nodeStatus

 web/src/components/nodeStatus/alarm.js  | 2 +-
 web/src/components/nodeStatus/status.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 23d587ec89ce9a668e69c10c8ff4b6c5cb141f0d
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 16:02:04 2020 +0800

    refactoring components/nodeStatus/status

 web/src/components/nodeStatus/status.js           | 606 +---------------------
 web/src/components/nodeStatus/statusConnection.js | 370 +++++++++++++
 web/src/components/nodeStatus/statusDns.js        | 105 ++++
 web/src/components/nodeStatus/statusGps.js        |  65 +++
 web/src/components/nodeStatus/statusSim.js        |  91 ++++
 5 files changed, 636 insertions(+), 601 deletions(-)

commit 7d566aecc80ed3aa63204328d3aa98fba8ab67df
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 16:07:00 2020 +0800

    refactoring routes/app

 web/src/routes/app.js | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

commit 0a19d367dc260a9f1ceba19e4940e76df69fedfa
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 16:12:56 2020 +0800

    refactoring components/dashboard

 web/src/components/dashboard/dashboard.js | 175 ++++++++++++++++++++++++++++++
 web/src/components/dashboard/index.js     |   5 +-
 web/src/components/widget/index.js        | 175 ------------------------------
 3 files changed, 178 insertions(+), 177 deletions(-)

commit 4b4179760abb6d13178e0995c1e925bbfc1161ee
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 16:17:40 2020 +0800

    refactoring components/widget

 web/src/components/dashboard/dashboard.js | 14 ++++++++------
 web/src/components/widget/index.js        | 19 +++++++++++++++++++
 2 files changed, 27 insertions(+), 6 deletions(-)

commit c0bbdd499153e415ad0818b4b837f0dcab852d63
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 16:55:50 2020 +0800

    add constants/query_string
    - refactoring components/widget/health
    - refactoring components/widget/signalStrength

 web/src/components/widget/health.js         | 5 ++++-
 web/src/components/widget/signalStrength.js | 5 ++++-
 web/src/constants/query_string.js           | 9 +++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

commit 8345ce3695eecab14682a4cf88e1214c7bed2e4c
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 17:13:58 2020 +0800

    refactoring components/nodeStatus/alarm

 web/src/components/nodeStatus/alarm.js      | 40 +++++++++++++++++------------
 web/src/components/nodeStatus/index.js      |  2 --
 web/src/components/nodeStatus/statistics.js |  2 --
 web/src/components/nodeStatus/status.js     |  2 --
 web/src/components/nodeStatus/statusDns.js  |  6 ++---
 5 files changed, 27 insertions(+), 25 deletions(-)

commit 4440119b9ec707f677cc57c93ff73da797d47137
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Tue Sep 1 17:43:04 2020 +0800

    beatify the components/track

 web/src/components/googleMaps/index.js | 12 ++++++------
 web/src/components/track/maps.js       | 23 ++++++++++++++++++-----
 2 files changed, 24 insertions(+), 11 deletions(-)