-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hydrant - A Dashboard for Heat Detector #13
Comments
For borderline comments, it would be good if there was a system similar to SE's "aged away", so after a comment that has no feedback will be marked as "Aged away" and disappear from the review queue. |
I think on of the core issue with the dashboard is also to manage the feeds (bad/good) and also maybe the regex used. Hence interface to view the good and bad feed, possibility to remove and add comments to feed (naturally only if user have admin privs, which means dashboard needs login system) Note: I have never added comments tp comments automatically to feed (this would give duplicate comments and a final review before adding is almost always need). The tp/fp feedback I only use to filter out what is interesting to add to different feeds. The current structure of HD is that it uses a mysql database (it already has user registration, comments table etc), the current feedback table needs to be restructured but it's not a major problem |
I'm interested in creating a generic dashboard for bots, so that we won't have to invest much development time hooking up new bots. I've created a repository here named Higgs. Ideally, we'll be able to come up with a bunch of criteria which encompasses the majority of bots' needs. Whether or not we create a forked front-end for each bot is up for debate. However, the backing behind it should be generic. Planning to use the following technology
|
Would it possible to make Higgs similar to a service layer? Higgs would expose APIs to store into the DB, and multiple dashboard frontends would write into it. Each new dashboard would get its own set of tables. The tables would be generic for every bot:
It would help reduce redundancy, but then, it would also imply that we would need another API exchange, which might increase the latency. |
From chat
|
Hydrant - A dashboard for Heat Detector
After collecting some important points about the new dashboard, I'm compiling them here and formalizing the creation of a new dashboard.
Need
Heat Detector is quite famous networkwide for its ability to detect rude and abusive comments.
However the problem that we are facing at hand is that not many people are feeding back accurately
(The bot utilizes ML and feedback is very very important for it's improvement).
This issue can be easily solved by having a web dashboard.
Thoughts
Unlike CopyPastor, which had to be written from scratch, the dashboard for HD can be easily modeled based on Sentinel. The similarities between Natty and HD are:
Changes
Changes needed on the HeatDetector side:
Challenges
Hosting
We can host it on the sobotics webserver. That would not be an issue.
The text was updated successfully, but these errors were encountered: