Showing
2 changed files
with
18 additions
and
22 deletions
1 | -# Capstone design | 1 | +# Capstone design |
2 | 2 | ||
3 | 1st semester capstone design project | 3 | 1st semester capstone design project |
4 | 4 | ||
... | @@ -6,30 +6,28 @@ Subject : Making website in order to practice latest web technologies | ... | @@ -6,30 +6,28 @@ Subject : Making website in order to practice latest web technologies |
6 | 6 | ||
7 | sub-subject : making chat site using JS | 7 | sub-subject : making chat site using JS |
8 | 8 | ||
9 | - | ||
10 | # Schedule | 9 | # Schedule |
11 | 10 | ||
12 | - 4/6 ~ 4/12 | 11 | - 4/6 ~ 4/12 |
13 | -- [X] Set development environment | 12 | +- [x] Set development environment |
14 | - | 13 | + |
15 | (tech : react.js, react hooks, styled-components, GraphQL, Prisma, Apollo, AWS) | 14 | (tech : react.js, react hooks, styled-components, GraphQL, Prisma, Apollo, AWS) |
16 | 15 | ||
17 | - 4/13 ~ 4/19 | 16 | - 4/13 ~ 4/19 |
18 | -- [ ] login, sign up | 17 | +- [x] login, sign up |
19 | - | 18 | + |
20 | (using JWT, sendGrid) | 19 | (using JWT, sendGrid) |
21 | 20 | ||
22 | - 4/20 ~ 4/26 | 21 | - 4/20 ~ 4/26 |
23 | - [ ] Find ID, PW | 22 | - [ ] Find ID, PW |
24 | - | 23 | + |
25 | - 4/27 ~ 5/3 | 24 | - 4/27 ~ 5/3 |
26 | - [ ] Make chat room | 25 | - [ ] Make chat room |
27 | - | 26 | + |
28 | (using subscription) | 27 | (using subscription) |
29 | - | 28 | + |
30 | - 5/4 ~ 5/10 | 29 | - 5/4 ~ 5/10 |
31 | - [ ] Mid-term exam, Debugging | 30 | - [ ] Mid-term exam, Debugging |
32 | - | ||
33 | - 5/11 ~ 5/17 | 31 | - 5/11 ~ 5/17 |
34 | - [ ] Plan chat category and make code | 32 | - [ ] Plan chat category and make code |
35 | 33 | ||
... | @@ -40,7 +38,7 @@ sub-subject : making chat site using JS | ... | @@ -40,7 +38,7 @@ sub-subject : making chat site using JS |
40 | - [ ] Plan a matching strategy for random chat | 38 | - [ ] Plan a matching strategy for random chat |
41 | 39 | ||
42 | - 6/1 ~ 6/7 | 40 | - 6/1 ~ 6/7 |
43 | -- [ ] Make a code based on the matching plan created in 8th week | 41 | +- [ ] Make a code based on the matching plan created in 8th week |
44 | 42 | ||
45 | - 6/8 ~ 6/14 | 43 | - 6/8 ~ 6/14 |
46 | - [ ] Debugging for whole codes in our project | 44 | - [ ] Debugging for whole codes in our project | ... | ... |
1 | -# Capstone design | 1 | +# Capstone design |
2 | 2 | ||
3 | 1st semester capstone design project | 3 | 1st semester capstone design project |
4 | 4 | ||
... | @@ -6,30 +6,28 @@ Subject : Making website in order to practice latest web technologies | ... | @@ -6,30 +6,28 @@ Subject : Making website in order to practice latest web technologies |
6 | 6 | ||
7 | sub-subject : making chat site using JS | 7 | sub-subject : making chat site using JS |
8 | 8 | ||
9 | - | ||
10 | # Schedule | 9 | # Schedule |
11 | 10 | ||
12 | - 4/6 ~ 4/12 | 11 | - 4/6 ~ 4/12 |
13 | -- [X] Set development environment | 12 | +- [x] Set development environment |
14 | - | 13 | + |
15 | (tech : react.js, react hooks, styled-components, GraphQL, Prisma, Apollo, AWS) | 14 | (tech : react.js, react hooks, styled-components, GraphQL, Prisma, Apollo, AWS) |
16 | 15 | ||
17 | - 4/13 ~ 4/19 | 16 | - 4/13 ~ 4/19 |
18 | -- [ ] login, sign up | 17 | +- [x] login, sign up |
19 | - | 18 | + |
20 | (using JWT, sendGrid) | 19 | (using JWT, sendGrid) |
21 | 20 | ||
22 | - 4/20 ~ 4/26 | 21 | - 4/20 ~ 4/26 |
23 | - [ ] Find ID, PW | 22 | - [ ] Find ID, PW |
24 | - | 23 | + |
25 | - 4/27 ~ 5/3 | 24 | - 4/27 ~ 5/3 |
26 | - [ ] Make chat room | 25 | - [ ] Make chat room |
27 | - | 26 | + |
28 | (using subscription) | 27 | (using subscription) |
29 | - | 28 | + |
30 | - 5/4 ~ 5/10 | 29 | - 5/4 ~ 5/10 |
31 | - [ ] Mid-term exam, Debugging | 30 | - [ ] Mid-term exam, Debugging |
32 | - | ||
33 | - 5/11 ~ 5/17 | 31 | - 5/11 ~ 5/17 |
34 | - [ ] Plan chat category and make code | 32 | - [ ] Plan chat category and make code |
35 | 33 | ||
... | @@ -40,7 +38,7 @@ sub-subject : making chat site using JS | ... | @@ -40,7 +38,7 @@ sub-subject : making chat site using JS |
40 | - [ ] Plan a matching strategy for random chat | 38 | - [ ] Plan a matching strategy for random chat |
41 | 39 | ||
42 | - 6/1 ~ 6/7 | 40 | - 6/1 ~ 6/7 |
43 | -- [ ] Make a code based on the matching plan created in 8th week | 41 | +- [ ] Make a code based on the matching plan created in 8th week |
44 | 42 | ||
45 | - 6/8 ~ 6/14 | 43 | - 6/8 ~ 6/14 |
46 | - [ ] Debugging for whole codes in our project | 44 | - [ ] Debugging for whole codes in our project | ... | ... |
-
Please register or login to post a comment