chaoss / wg-metrics-models

Working Group for Metrics Model
MIT License
12 stars 22 forks source link

Move Community Activity folders #27

Closed germonprez closed 2 years ago

germonprez commented 2 years ago

Hi @sgoggins and @eyehwan and @zhongjun2

Could we move this material:

https://github.com/chaoss/wg-metrics-models/tree/main/metrics-model-libs/community-activity

to be more precisely located in the implementations folder?

eyehwan commented 2 years ago

Hi @germonprez

As we discussed on slides, we have agreed to move all the MMs under metric-model-libs folder. Did I miss anything?

germonprez commented 2 years ago

Right! Thanks for this @eyehwan -- that the case, we need to move all MMs to the metric-model-libs folder. So these would need to be moved:

https://github.com/chaoss/wg-metrics-models/tree/main/implementations

Correct?

eyehwan commented 2 years ago

Here is the structure of metric-model-libs folder:

metric-model-libs
└───Model A : including definition and implementations of this Model. 
│   |   definition: it contains the definition of MM, in the format of the MM template.
|   |   implementations: this folder include the implementations.
|   |   |   implementation A : Implementation in field A with real world data. 
|   |   |   |   algorithm
|   |   |   |   data-insight
|   |   |   |   data
|   |   |   implementation B : Implementation in field B with real world data. 
|   |   |   |   algorithm
|   |   |   |   data-insight
|   |   |   |   data
└───Model B
└───Model C

So yes, https://github.com/chaoss/wg-metrics-models/tree/main/implementations need to be moved under metric-model-libs.

eyehwan commented 2 years ago

I just add pr for it.

germonprez commented 2 years ago

Excellent! Merged!