3 Open Issues Need Help Last updated: Sep 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue aims to refactor the project by centralizing ECG beat class mappings, currently duplicated across several files, into a new `src/stpc/constants.py` file. The goal is to eliminate code duplication, improve consistency, and adhere to the DRY principle by having a single source of truth for these mappings. Existing files like `src/classification_data.py` and `app.py` will be updated to import and use these new central constants.

Complexity: 1/5
good first issue code quality refactor
good first issue code quality refactor
documentation enhancement good first issue