coala / git-task-list

Git Task Lists
https://coala.github.io/git-task-list/
GNU General Public License v3.0
26 stars 14 forks source link

Add list of commits by gsoc applicants #9

Open jayvdb opened 7 years ago

jayvdb commented 7 years ago

Under each org, it would be useful to be able to see all activity relevant to the GSOC applicants, when an org has a public GSOC applicant list.

This could be achieved using a visualisation of all PRs from a set of applicants, and possibly a separate list of each applicant commits.

bekicot commented 7 years ago

So it is like add manually a list of users and append it to search terms? Because i dont see a way to do it automatically.

jayvdb commented 7 years ago

Yes, each org could add their list of applicants. I'll work on getting some username lists.

jayvdb commented 7 years ago

OK, here is one example: http://tinyurl.com/coala-gsoc2017pr

It uses is:pr to only include PR activity, as issue activity tends to be distracting rather than helpful. It could also include is:merged to match this issues original concept of being a list of commits only.