mediacloud / backend

Media Cloud is an open source, open data platform that allows researchers to answer quantitative questions about the content of online media.
http://www.mediacloud.org
GNU Affero General Public License v3.0
279 stars 87 forks source link

harmonize metadata returned by storyList/Single and topicStoryList #84

Open rahulbot opened 7 years ago

rahulbot commented 7 years ago

It is confusing that these return different data. For instance, right now I have a task that needs both the geo-tags and the facebook share counts. I need to query storyList for the geo-tags and then also query topicStoryList with a stories_id to get the FB counts for each story. Please include the same metadata in both calls, or at least make the items intopicStoryList include all the metadata in storyList.

rahulbot commented 6 years ago

This would probably add a slight slowdown, but would be worth it to reduce front-end complexity (like #190).