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

Add Subreddit unique identifier to subreddit_page model #33

Closed natematias closed 7 years ago

natematias commented 8 years ago

And also create a data migration to back-fill the data

natematias commented 8 years ago

@mmou the code is not storing the subreddit_id to the database when the record is created.

natematias commented 8 years ago

Also, could we please add the time a post was created to the json archive in the subreddit_page model? Thanks!

mmou commented 8 years ago

don't know if you get emails for pull requests, but check out https://github.com/c4fcm/CivilServant/pull/38 for fixes.