citizensandtech / CivilServant

CivilServant supports communities on reddit to conduct your own A/B tests on the effects of moderation practices, and share those results to an open repository of moderation experiments.
http://civilservant.io
MIT License
23 stars 5 forks source link

Query and Store Subreddit New Posts into Subreddit-Post-Page Storage #6

Closed natematias closed 8 years ago

mmou commented 8 years ago

To clarify, does this mean

a) calling get_new() (similar to how we do get_top() and get_controversial()), or b) while calling get_top() or get_controversial(), if we see a posts that are not yet stored in table 'post', store them

?