reposense / RepoSense

Contribution analysis tool for Git repositories
https://reposense.org
MIT License
250 stars 153 forks source link

Add Blurbs for Repos, Authors and Charts #2170

Open sopa301 opened 8 months ago

sopa301 commented 8 months ago

What feature(s) would you like to see in RepoSense

Add blurbs for repository branches. These blurbs will be displayed above the relevant repository on the left panel when it is grouped by Repo/Branch.

If possible, describe the solution

Use a Markdown file with a specialized format to record the blurbs. The format is as such:

(link to repo branch)
(blurb)
<--delimiter-->
etc

Other information

ckcherry23 commented 6 months ago

As discussed in issue #2191, this issue can have the following 3 subtasks:

The current code is implemented such that blurbs can only be used for repos. In case we foresee adding blurbs for subtask 2: author groups (eg. CS3281 summary for a student) or for subtask 3: repo-author charts (eg. each CS2103T student mentions their contribution to the tP), then we can track these discussions here.