Automattic / ghactivity

WordPress plugin. Build reports of all your GitHub activity.
https://wordpress.org/plugins/ghactivity/
6 stars 2 forks source link

Issues tracking: improve how labels are stored for each issue #3

Open jeherve opened 6 years ago

jeherve commented 6 years ago

Right now, we log the labels currently existing for each issue, but we don't log the history of the labels and how they changed over time.

It would be nice if we could store:

This would allow us to make queries to retrieve information like:

chaselivingston commented 6 years ago

The big thing about this issue is the ability to get the information mentioned above about specific issues as well as the repo as a whole. We want to be able to track how long individual issues are open, are tagged with a certain label, etc....