-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathroadmap.txt
49 lines (36 loc) · 1.19 KB
/
roadmap.txt
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
43
44
45
46
47
48
49
base
url to authenticate with twitter (TWITAPI)
add to db (id, twitter handle, token)
ppl- twitter id, twitter handle, token, posts, name, date/time created
users:twitterid -> JSON object with 4 fields
users:twitterid:posts -> JSON array with posts
twitterID, twitterHandle, accessToken, accessSecret, name, timeCreated
posts- id, person, text, date/time created
posts:selfid -> JSON object with 3 fields
postCount -> number of posts
threads- id, posts, authorized ids, bitly link, date/time created
threads:selfid -> 2 fields (bitly link, date/time)
threads:selfid:posts -> array of post ids
threads:selfid:users -> array of OBJECTS (userID + handle)
threadCount
bookmarklet-->
creates overlay-->
get twitter token from db
tweet out--> (twitter api)
w link--> (bitly api)
send to app -> make room entry in db
go to room-->
display with all threads
posting if logged in (box + submit)
else LOG IN TO POST
sockets for real time (shift+enter to post)
jay rosen
jenna wortham
chris dixon
BUGS?
-changing styles
-encoding
-check the steps
-moving down on page
-OWN TWITTER should be added automatically
-post records have SHITTONS of empty fields