-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
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.