Problem
An end-user would want a way to visualize key performance metrics related to their projects. Currently, there is no graphical representation of project performance, making it difficult to track trends, analyze progress, and identify areas for improvement.
Solution
Implement interactive performance graphs using Recharts. The graphs should display metrics such as query execution times based on the selected project and project ID, or any other relevant data points. Users should be able to:
- View different types of charts (line, bar, or pie charts) based on selected metrics.
- Filter data by time range (e.g., last week, last month, all-time).
- Hover over data points to see detailed insights via tooltips.
- View request times (Y - axis) and Date and time (X -Axis).
This will likely involve updating the API to fetch relevant historical data, structuring it appropriately, and integrating Recharts into the UI.
Additional information
n addition to query execution times, we can provide options for other relevant data points that users may want to visualize.
👨👧👦 Contributing
Problem
An end-user would want a way to visualize key performance metrics related to their projects. Currently, there is no graphical representation of project performance, making it difficult to track trends, analyze progress, and identify areas for improvement.
Solution
Implement interactive performance graphs using Recharts. The graphs should display metrics such as query execution times based on the selected project and project ID, or any other relevant data points. Users should be able to:
This will likely involve updating the API to fetch relevant historical data, structuring it appropriately, and integrating Recharts into the UI.
Additional information
n addition to query execution times, we can provide options for other relevant data points that users may want to visualize.
👨👧👦 Contributing