KWoC-Backend
KWoC-Backend copied to clipboard
Add Public Mentor Statistics Endpoint
like stats_student.go
, stats_mentor.go
is also required, matching frontend task mentor_stats page, each mentor's total PRs, total commits, total lines changed, and total number of projects should be returned.
Thank you for your suggestion @snowden-fu! Could you also list the statistics that could be returned by this endpoint?
@harshkhandeparkar As you mentioned in the frontend issue, these data below should be returned.
each mentor's total PRs, total commits, total lines changed, and total number of projects.
@harshkhandeparkar As you mentioned in the frontend issue, these data below should be returned.
each mentor's total PRs, total commits, total lines changed, and total number of projects.
Can you edit your issue body and add this? Also, do you want to work on this issue?
@harshkhandeparkar As you mentioned in the frontend issue, these data below should be returned.
each mentor's total PRs, total commits, total lines changed, and total number of projects.
Can you edit your issue body and add this? Also, do you want to work on this issue?
No, mate, I don't know anything about Go lang, but I want to do frontend part of student or mentor stats.
Hi, I would like to work on this issue. Also, a mentor's commits, lines added etc means the commits and lines added in all of their projects right?
Hi, I would like to work on this issue. Also, a mentor's commits, lines added etc means the commits and lines added in all of their projects right?
Assigned and yes. But we do want to improve it next year using separate tables.