Currently, fedora-easy-karma includes a pseudo-utility class FEK_helper, which only contains @staticmethod methods.
FEK_helper
@staticmethod
This approach is inconsistent with the rest of the code, where:
The existence of a static-only class (FEK_helper) creates unnecessary structural overhead and makes the code less readable.
Proposed Solution
Refactor the FEK_helper class by:
Metadata Update from @lruzicka: - Custom field story_points adjusted to 2
Fix available in https://pagure.io/fedora-easy-karma/pull-request/64
Commit c2203bb4 fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/quality/fedora-easy-karma/issues/56
Please continue any further discussion there.