Showing
1 changed file
with
14 additions
and
9 deletions
... | @@ -2,9 +2,10 @@ | ... | @@ -2,9 +2,10 @@ |
2 | 2 | ||
3 | # 박권수 : Web Server & Database | 3 | # 박권수 : Web Server & Database |
4 | 4 | ||
5 | -- Server : **Node.JS** | 5 | +- `Server` : **Node.JS** |
6 | -- Web Framework : **Koa** | 6 | +- `Web Framework` : **Koa** |
7 | -- DBMS : **Mongo DB** | 7 | +- `DBMS` : **Mongo DB** |
8 | +- `Networking` : **HTTP, MQTT** | ||
8 | 9 | ||
9 | # DataBase Table & Field | 10 | # DataBase Table & Field |
10 | 11 | ||
... | @@ -22,23 +23,27 @@ | ... | @@ -22,23 +23,27 @@ |
22 | 23 | ||
23 | # ToDo | 24 | # ToDo |
24 | 25 | ||
25 | -- [x] MQTT Hosting | 26 | +- [x] **MQTT Hosting** |
26 | 27 | ||
27 | → 5 / 7 : [test.mosquitto.org](http://test.mosquitto.org) 와 raspberry 3.0 model B - mosquitto 설치로 다중 broker 연결, publish & subscribe 확인 | 28 | → 5 / 7 : [test.mosquitto.org](http://test.mosquitto.org) 와 raspberry 3.0 model B - mosquitto 설치로 다중 broker 연결, publish & subscribe 확인 |
28 | 29 | ||
29 | -- [x] Middle Ware | 30 | +- [x] **Middle Ware** |
30 | 31 | ||
31 | → 5 / 9 : jwtMiddleWare ⇒ access tokening | 32 | → 5 / 9 : jwtMiddleWare ⇒ access tokening |
32 | 33 | ||
33 | -- [x] 인증 구현 | 34 | +- [x] **인증 구현** |
34 | 35 | ||
35 | → 5 / 9 : Register, Login, Logout, and Access Token | 36 | → 5 / 9 : Register, Login, Logout, and Access Token |
36 | 37 | ||
37 | -- [x] 데이터테이블 수정 및 추가 기능 구현 | 38 | +- [x] **데이터테이블 수정 및 추가 기능 구현** |
38 | 39 | ||
39 | → 5 / 9 : schema is changed | 40 | → 5 / 9 : schema is changed |
40 | 41 | ||
41 | -- [ ] 데이터 처리 로직 구현 | 42 | +- [x] 데이터 처리 로직 구현 |
42 | -- [ ] Node.JS의 특정 유저의 MQTT client를 어떻게 모듈화 시킬까 ? | 43 | +- [x] Node.JS의 특정 유저의 MQTT client를 어떻게 모듈화 시킬까 ? |
44 | +- [ ] API 유저 인증 추가 | ||
45 | +- [ ] Bottle API : 데이터 요청 message publishing 추가 | ||
46 | +- [ ] Hub, Bottle, User unregister 추가 및 연관 데이터 처리 | ||
47 | +- [ ] logic return value 및 status | ||
43 | 48 | ||
44 | [Schedule](https://www.notion.so/cdcc6627a8344c8da56ffb3856bfc1b9) | 49 | [Schedule](https://www.notion.so/cdcc6627a8344c8da56ffb3856bfc1b9) |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment