psss / did

What did you do last week, month, year?
https://did.readthedocs.io/
GNU General Public License v2.0
246 stars 104 forks source link

add first WIP for allowing to get stats about created releases #314

Open szaimen opened 11 months ago

szaimen commented 11 months ago

Close https://github.com/psss/did/issues/310

szaimen commented 11 months ago

Hi @psss can you please give me same additional pointers where I need to modify the code so that it starts working? Thanks in advance! :)

psss commented 10 months ago

Thanks for the draft! You just need to include the new stats in the GitHubStats class at the bottom of the file:

https://github.com/psss/did/blob/a3a49fa91076f3d3b7e5aa089bd13144a7b47009/did/plugins/github.py#L244-L266

Also make sure, that you correctly extract the list of projects from the project config value. You get inspiration here:

https://github.com/psss/did/blob/a3a49fa91076f3d3b7e5aa089bd13144a7b47009/did/plugins/github.py#L235-L239

Let me know if anything else is not clear.