-
Notifications
You must be signed in to change notification settings - Fork 10
/
TA24B.json
25 lines (25 loc) · 1.02 KB
/
TA24B.json
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
{
"toolkit": "https://codepen.io/kristerv/pen/abgeeVO?editors=1012",
"chat-app": {
"server": "https://kool.krister.ee/chat/TA24B",
"v0.1": "https://codepen.io/kristerv/pen/abgeeOe",
"v0.3": "https://codepen.io/kristerv/pen/QWXeeyr"
},
"tasks": [
"[x] Design UI",
"[x] Fetch messages from server",
"[x] Extract ONE message from data",
"[x] Write ONE message to page",
"[x] Make sure message is designed",
"[x] Write ALL messages to page",
"[x] Fetch messages every 3 seconds",
"[x] Scroll to bottom on new messages",
" --- send message to server ---",
"[x] Print out every keyboard press on <input>",
"[x] Print out <input> value ONLY after pressong Enter",
"[x] Construct message in format {message: 'what the user typed'}",
"[x] Send message to server with fetch method POST",
"[x] Add name to the sent message (get name with prompt)",
"[x] Empty the <input> after send"
]
}