Admin firehose UI for channel classifiers
Below the admin's firehose view, add a summary view of the channel's classifiers
These are to be a summary of the channel's activity to help the admin's decide how to classify the channel
The ui should include a dropdown and add button that allows the admin to provide feedback
@markeharding has the schema for the classifiers and we'll need to figure out how what feedback we'll need to allow
added scoped labels
changed weight to 6
added scoped label
marked this issue as related to engine#1268
mentioned in issue #2366
- Developer
@brianhatchet @edgebal, regarding
The ui should include a dropdown and add button that allows the admin to provide feedback
... I prefer to allow the admins to provide multiple feedbacks.So we need multiple drop downs, one for each type of feedback... each drop down will have 3 values (yes, no, I don't know)... by default all the drop downs will have no value:
- Is Token Farmer
- Is Spam
- Is Bot
And we need to be able to add more drop downs in the future to build new classifiers.
We will also have to add checkbox at the top to indicate if the channel is normal (by default the checkbox will be unchecked).
When this checkbox is checked (i.e if the channel is normal), then all the other drop downs will be set to "no".