Feature request
Description the feature
Implement interactive time-series visualizations to track, group, and analyze the lifecycle of issues categorized by their specific project labels over time.
Goals of this feature:
- Trend Analysis: Build cumulative area or line charts mapping out the volume of open vs. closed issues.
- Bottleneck Identification: Group data by tags (e.g.,
bug, feature) to visually inspect whether bugs are being submitted faster than the team can resolve them.
Is your feature request related to a problem?
Yes. Maintainers currently lack a historical macroscopic view of project progression, making it difficult to spot operational bottlenecks or accurately map out timelines for future releases.
Do you have any suggestions on how to add this feature in scanapi ?
- Tools: Use
Plotly Express or Altair coupled with Streamlit's native charting containers (st.plotly_chart).
- Approach: Embed a time-range filter allowing users to toggle views between the last 30 days, 6 months, 1 year, or the entire repository history.
Feature request
Description the feature
Implement interactive time-series visualizations to track, group, and analyze the lifecycle of issues categorized by their specific project labels over time.
Goals of this feature:
bug,feature) to visually inspect whether bugs are being submitted faster than the team can resolve them.Is your feature request related to a problem?
Yes. Maintainers currently lack a historical macroscopic view of project progression, making it difficult to spot operational bottlenecks or accurately map out timelines for future releases.
Do you have any suggestions on how to add this feature in scanapi ?
Plotly ExpressorAltaircoupled with Streamlit's native charting containers (st.plotly_chart).