chaoss / grimoirelab

GrimoireLab: platform for software development analytics and insights
https://chaoss.github.io/grimoirelab/
GNU General Public License v3.0
459 stars 177 forks source link

Include number of quarters in the Overall Community Structure dashboard #473

Open canasdiaz opened 2 years ago

canasdiaz commented 2 years ago

The Overall Community Structure dashboard is not showing in the table information about the total number of quarters each contributor spend in each layer of the onion (core, regular, casual). This information can be added to the table as it is available in the index all_onion and field quarter.

Include information in the mentioned dashboard about the total number of quarters each contributor spend in each layer of the onion.

mafesan commented 2 years ago

Just providing an example, the table would look similar to this one:

Author name # quarters as core # quarters as regular # quarters as casual
Author 1 5 6 8
Author 2 7 2 1
kaxada commented 1 year ago

Hello @sanacl can I work on this issue?

canasdiaz commented 1 year ago

Sure @kaxada . Let me know whether I can help you.

kaxada commented 1 year ago

@sanacl really could use your help. I have been going through the docs and also trying to locate the files in the codebase. A little walk-through of the codebase file structure would do me great.