Skip to content

Feature Request: Query Summary Dashboard (CLI or HTML) #34

@MuddyHope

Description

@MuddyHope

Feature Request

Summary:
Build a CLI tool or a simple HTML dashboard for pyquerytracker that summarizes query statistics.

Key features:

  • Display total queries executed.
  • List slowest queries or slowest functions (with execution time).
  • Show average execution time.
  • (Optional) Breakdown by query type or function.
  • (Optional) Support exporting the summary as a CSV or JSON.

CLI Version:

  • Command-line interface that outputs the summary in a readable table or list format.

HTML Version:

  • Minimal HTML dashboard (single page) displaying stats and summaries.
  • (Optional) Interactive filtering or sorting.

Additional context:

  • This should work with the existing pyquerytracker logs or output.
  • Good for first-time contributors: clear scope, can start with CLI or HTML, then extend.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions