20201014_jeffrey - silenceuncrio/diary GitHub Wiki
0905
跟 jessy 交接了以下的項目
- [50%] M300 manufacturing tool - Jessy
- [50%] M300 uboot - Jessy
- [50%] M300 eMMC - Jessy
- [50%] M300 dual image - Jessy
進度來到 80%
等 RD review meeting jessy 確認後就來到 100%
1125
新增工作項目
M350-C - task - [0%] P1 - (Web UI) 3 different mode lte config
1315
sinfu
commit 5cb20a43caf11c6ef10057e5c1c192dd78260f20
Refs: [develop]
Author: jeffrey <[email protected]>
Date: Wed Oct 14 13:12:42 2020 +0800
A Firebase in React Tutorial for Beginners [2019]
- SIGN IN WITH REACT AND FIREBASE
src/components/SignIn/index.js | 89 +++++++++++++++++++++++++++++++++++++++---
1 file changed, 84 insertions(+), 5 deletions(-)
commit fa4bb6f3287f82eaf0527be522b2284a18cc8fdc
Refs: [develop]
Author: jeffrey <[email protected]>
Date: Wed Oct 14 14:24:19 2020 +0800
A Firebase in React Tutorial for Beginners [2019]
- SIGN OUT WITH REACT AND FIREBASE
src/components/Firebase/firebase.js | 5 ++++-
src/components/Navigation/index.js | 4 ++++
src/components/SignOut/index.js | 11 +++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)
commit 442e0633ad541e93ca2f1b7217234f3e79c7d1dd
Refs: [develop]
Author: jeffrey <[email protected]>
Date: Wed Oct 14 15:05:09 2020 +0800
A Firebase in React Tutorial for Beginners [2019]
- SESSION HANDLING WITH FIREBASE/REACT
src/components/App/index.js | 79 +++++++++++++++++++++++++++-----------
src/components/Navigation/index.js | 65 +++++++++++++++++++------------
2 files changed, 98 insertions(+), 46 deletions(-)
commit 7c71f266ceed69fd8b9d219dd96147a62e29d855
Refs: [develop]
Author: jeffrey <[email protected]>
Date: Wed Oct 14 15:33:45 2020 +0800
A Firebase in React Tutorial for Beginners [2019]
- SESSION HANDLING WITH HIGHER-ORDER COMPONENTS
src/components/App/index.js | 72 +++++++++-------------------
src/components/Navigation/index.js | 11 ++++-
src/components/Session/context.js | 5 ++
src/components/Session/index.js | 4 ++
src/components/Session/withAuthentication.js | 42 ++++++++++++++++
5 files changed, 82 insertions(+), 52 deletions(-)
commit d24774f5cbfbf0bf6d79c23fa1029195a9f2bf68
Refs: [develop]
Author: jeffrey <[email protected]>
Date: Wed Oct 14 15:52:03 2020 +0800
A Firebase in React Tutorial for Beginners [2019]
- PASSWORD RESET AND PASSWORD CHANGE WITH FIREBASE
src/components/Account/index.js | 15 ++++---
src/components/PasswordChange/index.js | 69 +++++++++++++++++++++++++++++
src/components/PasswordForget/index.js | 80 +++++++++++++++++++++++++++++++---
src/components/SignIn/index.js | 2 +
4 files changed, 156 insertions(+), 10 deletions(-)
commit 5c568e2a2b055d87a5ba7986512be8098988d53c
Refs: [develop]
Author: jeffrey <[email protected]>
Date: Wed Oct 14 16:47:01 2020 +0800
A Firebase in React Tutorial for Beginners [2019]
- PROTECTED ROUTES IN REACT WITH AUTHORIZATION
src/components/Account/index.js | 19 +++++++++-----
src/components/Home/index.js | 15 +++++++----
src/components/Session/index.js | 3 ++-
src/components/Session/withAuthorization.js | 40 +++++++++++++++++++++++++++++
4 files changed, 65 insertions(+), 12 deletions(-)