Open Issues Need Help
View All on GitHub [Good First Issue] Refactor by creating a central constants file about 1 hour ago
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] Add Python type hints to stpc/utils.py about 1 hour ago
good first issue code quality refactor
[Good First Issue] Improve plot titles and labels in validation scripts about 2 hours ago
documentation enhancement good first issue