Description
Create a chart to show the number of pull requests opened and merged over time. This helps understand the workflow dynamics, collaboration, and review activity.
📊 Chart Type
- Line chart or grouped bar chart
- Separate lines/bars for "Opened" and "Merged" PRs
🧾 Data Requirements
- Source: GitHub API (
/repos/:owner/:repo/pulls)
- Fields needed:
- Pull request creation date
- Merge date (if applicable)
✅ Tasks
📅 Example Output
X-axis: Week (e.g., 2025-W28)
Y-axis: Number of PRs
Line/Bar 1: Opened
Line/Bar 2: Merged
✅ Acceptance Criteria
- Weekly PR counts shown for both opened and merged
- Opened and merged are clearly distinguishable (color or label)
- Chart is responsive or exportable
- Correctly handles missing data (weeks with zero PRs)
Description
Create a chart to show the number of pull requests opened and merged over time. This helps understand the workflow dynamics, collaboration, and review activity.
📊 Chart Type
🧾 Data Requirements
/repos/:owner/:repo/pulls)✅ Tasks
📅 Example Output
X-axis: Week (e.g., 2025-W28)
Y-axis: Number of PRs
Line/Bar 1: Opened
Line/Bar 2: Merged
✅ Acceptance Criteria