Right now, escalated (low-confidence/unanswered) questions only go to the configured Discord/Slack webhook (server/src/escalate.js) — there's no aggregate view. Add a small dashboard (even a simple /api/escalations endpoint + static page) that stores escalated questions and shows the most frequent ones, so dApp owners can spot recurring gaps in their docs.
Suggested scope:
Persist escalations (SQLite or a JSON log is fine for a first pass) instead of only posting to the webhook
GET /api/escalations?since= endpoint returning counts grouped by rough question similarity or keyword
A minimal static page (or addition to demo/) rendering the results
Right now, escalated (low-confidence/unanswered) questions only go to the configured Discord/Slack webhook (server/src/escalate.js) — there's no aggregate view. Add a small dashboard (even a simple /api/escalations endpoint + static page) that stores escalated questions and shows the most frequent ones, so dApp owners can spot recurring gaps in their docs.
Suggested scope:
Persist escalations (SQLite or a JSON log is fine for a first pass) instead of only posting to the webhook
GET /api/escalations?since= endpoint returning counts grouped by rough question similarity or keyword
A minimal static page (or addition to demo/) rendering the results