Commit graph

19 commits

Author SHA1 Message Date
Samuel Clay
ae2fdee539 Rewinding classifiers iterator, since they are being refetched every time. 2010-09-07 17:55:40 -07:00
Samuel Clay
f90029eed1 Whew. Finished entire mongo conversion. Classifiers, Stories, and UserStories. Includes bootstrapping each from Postgres. 2010-08-22 18:34:40 -04:00
Samuel Clay
79d1ffd5db Holy hell, the Mongo transition is nearly complete. All that's left is classifiers. This includes stories, user_stories, and calculating unread counts. 2010-08-21 23:49:36 -04:00
Samuel Clay
c063333165 Using denormalized story author over normalized story author (which is used for counting authors) 2010-07-08 12:14:48 -04:00
Samuel Clay
697ab34cde Removing references to original_stories, since stories get deleted after awhile. 2010-06-27 21:55:11 -04:00
Samuel Clay
d2b12da53a Handling edge cases for tags. 2010-04-05 03:20:44 -04:00
Samuel Clay
f473f0e908 Speeding up score calculation. 2010-04-05 02:46:20 -04:00
Samuel Clay
d33031210e Speeding up score calculation. 2010-04-05 02:45:34 -04:00
Samuel Clay
80733fd80a Removing dupe classifiers and enforcing score changes. 2010-04-03 17:59:00 -04:00
Samuel Clay
1366f5e750 Making tags uniform across the site. Also beginning the final modal: Add feed. 2010-04-03 00:59:03 -04:00
Samuel Clay
18698dc435 Adding corners and more manage feeds. 2010-03-23 20:03:40 -04:00
Samuel Clay
7bc7873db9 Adding manage feed intelligence information. Just need to add it as a view in JS. 2010-03-16 23:18:54 -04:00
Samuel Clay
1180100e37 - Fixing caching of feeds and users.
- Added loading indicator on new feed.
- Cleaned up numerous bugs around showing/hiding out-of-score stories.
2010-01-24 22:53:46 -05:00
Samuel Clay
b1c72c5c9f Huge update: Hooking up slider to hide/show stories based on their score. Also added new story counts, score calculations, and real-time updating of unread counts as you read. 2010-01-21 13:12:29 -05:00
Samuel Clay
35df77cdf6 Adding classification types for publishers vs. stories. 2010-01-12 01:19:37 +00:00
Samuel Clay
0c33bc84cb Adding intelligence button for feeds. 2010-01-07 00:04:12 +00:00
Samuel Clay
138f93cf43 All classifier facets and data is now saved, end to end. Now, to apply facets to incoming stories and assign scores. 2010-01-05 16:07:11 +00:00
Samuel Clay
fb6d0692ce Naive Fisher Bayesian Classifier. Stubbed in some boilerplate for making the analyzer do its job. Still have to connect it to feeds and train on real data, but it's looking good as a starting point. 2009-11-03 03:52:03 +00:00
Samuel Clay
48ba40e29b Initial 2009-06-16 03:08:55 +00:00