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

Add an admin area to review classifications #18

Closed rogeriochaves closed 6 years ago

rogeriochaves commented 6 years ago

Right now to train robinho we base on information generated by any users that may install the extension. I optimistically believe that, in average, the classifications will be correct, so in average robinho will also predict correctly.

But not everybody has time to really check the facts, or may misclassify out of good will.

So, we should have a simple admin area, protected by a password that I would share with journalists and other experts in the subject to validate classifications from the users. I believe this could be split in three steps:

1 - Build an html view listing all the links and its votes 2 - Protect it with a password 3 - Add ability to vote in this page