Skip to content

Add an analytics dashboard for common unanswered questions #1

Description

@rowlandelisha

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions