Add Chart Feature for showing merged , closed and open request
sanudatta11 opened this issue · 10 comments
A chart based feature including total merged,open and closed PRs to different repos to be shown.
Is this still open?
yes
Ok. Guide me through what is actually need to be implemented.
As much as I understood, you want something like a bar graph? that shows the number of merged, closed & open PR?
Or, just want to list their number? (e.g 6 merged, 7 closed, 2 open)
& Your URL is not working by the way..
& The app is not differentiating between merged
and closed
... I'll implement that...
Cool! Yes I want a graph where people can view the number of merged closed and also month wise contribution.
- Month Wise - In a Horzizontal Bar Graph
- As a total - Pie Chart
Yep. Almost done! @sanudatta11
Can I use mdbootstrap
for displaying the chart?
Seems cluttered. Make two charts bar and pie and make them horizontal . The charts should look and feel like a fluent design concept.
Horizontal graph for monthly?
I think making another call to api will be a better option for monthly PR calculation than checking many items from total items & comparing it.
Whatever you seem fine do it. Put a PR I will accept it.