-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.todo
43 lines (35 loc) · 1.16 KB
/
todo.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
TDODS:
Frontend:
✔ Navbar @done(22-11-20 19:26)
✔ Hero section @done(22-11-20 19:25)
✔ Features section @done(22-11-20 19:26)
✔ Footer @done(22-11-20 19:26)
✔ Dashboard @done(22-11-20 19:26)
✔ markdown @done(22-11-20 17:49)
✔ modal for generating room id @done(22-11-21 14:19)
✔ active link @done(22-11-24 00:27)
☐ realtime blogging experience
✔ community blog @done(22-11-23 23:46)
✔ profile @done(22-11-23 23:46)
✔ collect api keys @done(22-11-23 23:46)
☐ starter modal
☐ video section
Bug Fix on:
✔ markdown pupup @done(22-11-21 14:19)
✔ sidebar @done(22-11-21 14:19)
✔ Dashboard delete and edit icons @done(22-11-22 22:31)
Add on:
✔ copy right in dashboard @done(22-11-24 00:13)
workflow for posting the blog
1. all validation : {
must enter the api keys
all feild are req
}
2. {
send data to controller
post to community : {
retrive the api keys from the community
retrive the id from community
send the post with id in db
}
}