grimoirelab-manuscripts
grimoirelab-manuscripts copied to clipboard
Change parent classes for classes in github_issues.py and jira.py
Currently some classes in github_issues
and jira
inherit from the classes in its.py
class. We should change the design and make it more consistent.
My guess is that for github_issues
and for jira
, some of the functionality is common, and that's why they inherit from its
. But yes, we can revisit the design... Any proposal?
@jgbarah, I think we can visit this issue later when we are done with redesigning the classes and functions to calculate the Metrics.
Maybe it is already the moment for pushing this forward?