fake-news-detector / api

API for saving news flagging by the users
https://fake-news-detector-api.herokuapp.com/
8 stars 1 forks source link

Separate "Click Bait title" from categories #29

Closed rogeriochaves closed 6 years ago

rogeriochaves commented 6 years ago

Currently a content can be either Fake News, Extremely Biased, etc OR Click Bait, that is not right because something could be Fake News and have a Click Bait title at the same time or not.

We should split "click bait title" from the other categories, as both the credibilitycoalition and fakebox does

Also, I found it very neat how fakebox ui shows domain, title and content classifications separately:

image
rogeriochaves commented 6 years ago

Done on multiple commits on all codebases from the project (that was harder than I thought)