sdy

change plans for the remaninig four weeks

...@@ -27,16 +27,16 @@ sub-subject : making chat site using JS ...@@ -27,16 +27,16 @@ sub-subject : making chat site using JS
27 - [X] Mid-term exam, Debugging 27 - [X] Mid-term exam, Debugging
28 28
29 - 5/11 ~ 5/17 29 - 5/11 ~ 5/17
30 -- [X] Plan chat category and make code 30 +- [X] Change plan that how to set UI and entire system function, Create Room List View.
31 31
32 - 5/18 ~ 5/24 32 - 5/18 ~ 5/24
33 -- [ ] Debugging for code created in 6th week's plan 33 +- [X] Create Chat Screen View, Make Queries for Front-End
34 34
35 - 5/25 ~ 5/31 35 - 5/25 ~ 5/31
36 -- [ ] Plan a matching strategy for random chat 36 +- [ ] Make and Test chatting using GraphQL's Subscription
37 37
38 - 6/1 ~ 6/7 38 - 6/1 ~ 6/7
39 -- [ ] Make a code based on the matching plan created in 8th week's plan 39 +- [ ] Make one to one chatting, view, toggle.
40 40
41 - 6/8 ~ 6/14 41 - 6/8 ~ 6/14
42 - [ ] Debugging for whole codes in our project 42 - [ ] Debugging for whole codes in our project
......
...@@ -17,8 +17,8 @@ sub-subject : making chat site using JS ...@@ -17,8 +17,8 @@ sub-subject : making chat site using JS
17 - [x] login, sign up, Create Docker-compose 17 - [x] login, sign up, Create Docker-compose
18 18
19 - 4/20 ~ 4/26 19 - 4/20 ~ 4/26
20 -- [x] Find ID, PW <br> 20 +- [x] Find ID, PW
21 - (find password : sendgrid || find userID : twilio) 21 + (find password : sendgrid, find userID : twilio)
22 22
23 - 4/27 ~ 5/3 23 - 4/27 ~ 5/3
24 - [x] Make chat room (using GraphQL's subscription) 24 - [x] Make chat room (using GraphQL's subscription)
...@@ -27,16 +27,16 @@ sub-subject : making chat site using JS ...@@ -27,16 +27,16 @@ sub-subject : making chat site using JS
27 - [X] Mid-term exam, Debugging 27 - [X] Mid-term exam, Debugging
28 28
29 - 5/11 ~ 5/17 29 - 5/11 ~ 5/17
30 -- [X] Plan chat category and make code 30 +- [X] Change plan that how to set UI and entire system function, Create Room List View.
31 31
32 - 5/18 ~ 5/24 32 - 5/18 ~ 5/24
33 -- [ ] Debugging for code created in 6th week's plan 33 +- [X] Create Chat Screen View, Make Queries for Front-End
34 34
35 - 5/25 ~ 5/31 35 - 5/25 ~ 5/31
36 -- [ ] Plan a matching strategy for random chat 36 +- [ ] Make and Test chatting using GraphQL's Subscription
37 37
38 - 6/1 ~ 6/7 38 - 6/1 ~ 6/7
39 -- [ ] Make a code based on the matching plan created in 8th week's plan 39 +- [ ] Make one to one chatting, view, toggle.
40 40
41 - 6/8 ~ 6/14 41 - 6/8 ~ 6/14
42 - [ ] Debugging for whole codes in our project 42 - [ ] Debugging for whole codes in our project
......
...@@ -2,6 +2,47 @@ ...@@ -2,6 +2,47 @@
2 2
3 1st semester capstone design project 3 1st semester capstone design project
4 4
5 -Subject : Making website in order to practice web tech 5 +Subject : Making website in order to practice latest web technologies
6 +
7 +- (Tech : react.js, react hooks, styled-components, GraphQL, Prisma, Apollo, AWS, Docker, sendGrid, Twilio, Maxmind)
6 8
7 sub-subject : making chat site using JS 9 sub-subject : making chat site using JS
10 +
11 +# Schedule
12 +
13 +- 4/6 ~ 4/12
14 +- [x] Set development environment
15 +
16 +- 4/13 ~ 4/19
17 +- [x] login, sign up, Create Docker-compose
18 +
19 +- 4/20 ~ 4/26
20 +- [x] Find ID, PW
21 + (find password : sendgrid, find userID : twilio)
22 +
23 +- 4/27 ~ 5/3
24 +- [x] Make chat room (using GraphQL's subscription)
25 +
26 +- 5/4 ~ 5/10
27 +- [X] Mid-term exam, Debugging
28 +
29 +- 5/11 ~ 5/17
30 +- [X] Change plan that how to set UI and entire system function, Create Room List View.
31 +
32 +- 5/18 ~ 5/24
33 +- [X] Create Chat Screen View, Make Queries for Front-End
34 +
35 +- 5/25 ~ 5/31
36 +- [ ] Make and Test chatting using GraphQL's Subscription
37 +
38 +- 6/1 ~ 6/7
39 +- [ ] Make one to one chatting, view, toggle.
40 +
41 +- 6/8 ~ 6/14
42 +- [ ] Debugging for whole codes in our project
43 +
44 +- 6/15 ~ 6/21
45 +- [ ] Deploy project in AWS amplify
46 +
47 +- 6/22 ~ 6/26
48 +- [ ] Final exam, review project
......