hugging-science/request-moderator
0
Hugging Science — requests review
Standalone moderation tool for huggingscience.co, decoupled from the site's own deploy. It works alongside the existing hugging-science/feedback-api Space (see ../feedback-api/), not instead of it:
FeedbackWidgeton the site POSTs every submission tohugging-science-feedback-api.hf.space/submit, same as before.- That Space now routes
type: "feedback"tofeedback.jsonl(unchanged) and everything else —dataset/model/organization/blog/challenge— to a newrequests.jsonl, both in thehugging-science/requestdataset. - This Space reads
requests.jsonl, lets the site owner approve or reject each pending row, and on approve opens a GitHub pull request against `georgiachanning/huggingscience-dot-co` adding the entry to the rightsrc/data/*.jsfile. The site owner still reviews and merges that PR by hand — this tool only removes the manual data-entry step, not the final review.
