Showing
1 changed file
with
34 additions
and
2 deletions
... | @@ -10,9 +10,41 @@ sub-subject : making chat site using JS | ... | @@ -10,9 +10,41 @@ sub-subject : making chat site using JS |
10 | # Schedule | 10 | # Schedule |
11 | 11 | ||
12 | - 4/6 ~ 4/12 | 12 | - 4/6 ~ 4/12 |
13 | -- [ ] setting development environment | 13 | +- [X] Set development environment |
14 | - | ||
15 | 14 | ||
16 | - 4/13 ~ 4/19 | 15 | - 4/13 ~ 4/19 |
17 | - [ ] login, sign up | 16 | - [ ] login, sign up |
17 | + | ||
18 | + (using JWT, sendGrid) | ||
19 | + | ||
20 | +- 4/20 ~ 4/26 | ||
21 | +- [ ] Find ID, PW | ||
22 | + | ||
23 | +- 4/27 ~ 5/3 | ||
24 | +- [ ] Make chat room | ||
25 | + | ||
26 | + (using subscription) | ||
27 | + | ||
28 | +- 5/4 ~ 5/10 | ||
29 | +- [ ] Mid-term exam, Debugging | ||
30 | + | ||
31 | +- 5/11 ~ 5/17 | ||
32 | +- [ ] Plan chat category and make code | ||
33 | + | ||
34 | +- 5/18 ~ 5/24 | ||
35 | +- [ ] Debugging for code created in 6th week | ||
36 | + | ||
37 | +- 5/25 ~ 5/31 | ||
38 | +- [ ] Plan a matching strategy for random chat | ||
39 | + | ||
40 | +- 6/1 ~ 6/7 | ||
41 | +- [ ] Make a code based on the matching plan created in 8th week | ||
42 | + | ||
43 | +- 6/8 ~ 6/14 | ||
44 | +- [ ] Debugging for whole codes in our project | ||
45 | + | ||
46 | +- 6/15 ~ 6/21 | ||
47 | +- [ ] Deploy project in AWS amplify | ||
18 | 48 | ||
49 | +- 6/22 ~ 6/26 | ||
50 | +- [ ] Final exam, review project | ... | ... |
-
Please register or login to post a comment