You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2022. It is now read-only.
This project is built in Javascript using the Next.JS Framework. It is being hosted through Vercel.
@@ -56,6 +57,8 @@ The search bar also has a set of presets that someone can use to see example of
56
57
Here is a card that gives an overview of a Github User's statistics and performance during the current year.
57
58

58
59
60
+
> Available ranks are S+ (top 1%), S (top 25%), A++ (top 45%), A+ (top 60%), and B+ (everyone). The values are calculated by using the cumulative distribution function using commits, contributions, issues, stars, pull requests, followers, and owned repositories.
61
+
59
62
#### Productivity Hours Pie Chart
60
63
61
64
People tend to be productive at different hours of the day and a good metric of understanding when one is most productive is by looking at when a user is most productive in terms of their Github activity. This data can be used by users to plan their schedules around when they know they will get the most amount of work done.
@@ -78,6 +81,36 @@ Another way to track users is through their interactions with other members on t
78
81
79
82

80
83
84
+
#### List Repos
85
+
86
+
All of the user's public repos have their own clickable info card.
87
+
88
+

89
+
81
90
### Repositories
82
91
83
-
Not Implemented
92
+
Here is a clickable card that gives an overview of a Github Repo's statistics.
93
+
94
+

95
+
96
+
#### Weekly Contributions over time
97
+
98
+
This graph shows the number of lines of code added or removed per user per week.
99
+
100
+

101
+
102
+
#### Top 10 Contributors
103
+
104
+
Shows the clickable info cards for the top 10 contributors in the repository ordered by who has contributed the most amount of lines.
105
+
106
+

0 commit comments