20181107_jeffrey - silenceuncrio/diary GitHub Wiki

0910

review

盤一下待作事項

  • PLMN display
  • Device should have a help menu: user manual/guide, faq
  • SIM PIN enable/disable
  • the device's GUI should display network connected status: connected/disconnected
    • 有取得 ip 就是 connected
  • connection time for dual apn
  • device asks for a reboot while performing any LTE configuration change
    • ideally it should be restricted only to 1 or 2 major use cases
  • help menu not available on GUI

0920

ariel 已經提供 connection time 的取得方式

Dear Jeffrey and Aaron,

"Connection time for dual apn" please display shared Memory data as below.


typedef struct _wan_conn_t
{
    unsigned long long eth_conntime;  // APN0 connection time Seconds
    unsigned long long lte_conntime;  // APN1 connection time Seconds
    unsigned long long v6_conntime;   // IPv6 connection time Seconds
} WAN_CONNECT_TIME_T;

搞定

commit f48ea0d6bf9a3c5ed7eeea3f73cbd3481dc2fec6
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Wed Nov 7 10:03:38 2018 +0800

    add the connection time information at 'Status' web page

 proscend/prosrc/webcgi/status.c                    | 16 +++++++++-
 proscend/prosrc/www/Makefile                       |  1 +
 proscend/prosrc/www/app/feature/status.js          | 36 ++++++++++++++++++++++
 proscend/prosrc/www/app/locale-en.json             |  3 ++
 proscend/prosrc/www/app/locale-fr.json             |  3 ++
 proscend/prosrc/www/app/locale-zh-tw.json          |  3 ++
 .../prosrc/www/src/app/feature/status.html.src     | 25 +++++++++++++++
 7 files changed, 86 insertions(+), 1 deletion(-)

1005

雖然都有 connection time 但還是繼續

  • the device's GUI should display network connected status: connected/disconnected
    • 有取得 ip 就是 connected

我看我根據 connection time 來 show 好了

commit 7d111cefb6c39b3315c8b807f20fdcb60d8be50f
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Wed Nov 7 10:38:16 2018 +0800

    add 'Connected' field at 'Status' web page

 proscend/prosrc/www/app/feature/status.js          | 10 +++++++++
 proscend/prosrc/www/app/locale-en.json             |  5 +++--
 proscend/prosrc/www/app/locale-fr.json             |  5 +++--
 proscend/prosrc/www/app/locale-zh-tw.json          |  5 +++--
 .../prosrc/www/src/app/feature/status.html.src     | 24 ++++++++++++++++++++++
 5 files changed, 43 insertions(+), 6 deletions(-)

1315

盤一下待作事項

  • PLMN display
  • Device should have a help menu: user manual/guide, faq
  • SIM PIN enable/disable
  • device asks for a reboot while performing any LTE configuration change
    • ideally it should be restricted only to 1 or 2 major use cases
  • help menu not available on GUI

這些項目都需要等別人完成

monkeyjj time...

1345

盤一下未來可能要跟 品蓉 一起住的家

地號有兩個

段名: 振福段(8568), 地號: 1020

image

段名: 振福段(8568), 地號: 1021

image

盤一下面積

  • 地號 - 1020
    • 面積 - 86.76 平方公尺
  • 地號 - 1021
    • 面積 - 28.93 平方公尺

根據爸爸的情報 面寬約 7.3 公尺

那假設 深 為 x 公尺

7.3 x = 86.76 + 28.93 = 115.69

x = 15.85

參考有比例尺的圖

image

較合理的寬跟深為

  • 寬 7.45 公尺
  • 深 15.85 公尺

一樓為店面的話

1615

web 小錯誤 幫忙修一下

commit 6fe20fa12d3561e3845ef9e2ececca92d031a794
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Wed Nov 7 16:14:54 2018 +0800

    fix the brand id for '2_PI' profile

 proscend/prosrc/www/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

1805

commit a65ac6e2306e2ae5f06ac652c659d0b8a56f9833
Refs: [develop], {origin/develop}
Author: jeffrey <[email protected]>
Date:   Wed Nov 7 18:01:20 2018 +0800

    add 'PLMN' field at 'Status' web page

 proscend/prosrc/webcgi/status.c                     | 1 +
 proscend/prosrc/www/app/locale-en.json              | 1 +
 proscend/prosrc/www/app/locale-fr.json              | 1 +
 proscend/prosrc/www/app/locale-zh-tw.json           | 1 +
 proscend/prosrc/www/src/app/feature/status.html.src | 4 ++++
 5 files changed, 8 insertions(+)

待作事項

  • Device should have a help menu: user manual/guide, faq
  • SIM PIN enable/disable
  • device asks for a reboot while performing any LTE configuration change
    • ideally it should be restricted only to 1 or 2 major use cases
  • help menu not available on GUI