-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (28 loc) · 1.16 KB
/
README
File metadata and controls
30 lines (28 loc) · 1.16 KB
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
A little mashup using Sincerial to personalize twitter streams.
TODO:
[X] Create sinatra application for vectorization and ranking
[X] Refactor rankers to handle prefetched items
[X] Send tweets to Sincerial for vectorization and ranking
- Status, author, timestamp
[X] Gather interest clicks
[X] Send interest clicks to Sincerial
[X] Sincerial profile based on interest clicks
[X] Author in product vector
[X] Public timeline if not logged in
[X] Links will be links
[X] Menubar with "sign in" if not logged in and "sign out" if logged in
[X] From index.html to a servlet serving index.jsp
[X] "Sign in" or "Sign out" determined by servlet and shown by index.jsp
[X] User servlet handling "sign in" through HttpSession
[X] User servlet handling "Sing out" through HttpSession
[X] CSS for the looksTM
[ ] Include timestamp for ranking
[ ] Indicate boosted tweet
If result is good:
[ ] OAuth with Twitter
[ ] User creation (Sincerial) with twitter-derived userid
[ ] Read up on PhoneGap (http://www.phonegap.com/
[ ] Determine if PhoneGap is the way to a mobil client
[ ] Servlet functionality to profilemanager (in Ruby)
[ ] Basic Android version
[ ] UI/UX improved Android version