Open Issues Need Help
View All on GitHubAI Summary: This issue focuses on improving the user experience when encountering corrupted or invalid files by providing clearer, more actionable error messages directly in the UI. It also ensures that detailed technical error information is preserved in logs for debugging, and requires comprehensive test coverage for various failure scenarios.
Tool to analyze the data from an apple health export file
AI Summary: This issue aims to implement keyboard shortcuts for key actions, specifically Load and Export, as a "quick win" enhancement. The scope includes adding these shortcuts and documenting them within the UI. Acceptance criteria focus on ensuring the shortcuts function correctly, avoid conflicts with common browser/system defaults, and are covered by tests.
Tool to analyze the data from an apple health export file
AI Summary: This issue aims to enhance the workout section by adding search functionality for workout names/types and filtering capabilities based on date and distance ranges. The implementation requires ensuring that all search and filter criteria combine correctly, maintaining a clear user experience for empty states, and comprehensive test coverage for all filter combinations.
Tool to analyze the data from an apple health export file
AI Summary: This issue proposes adding a new table view for workout details, which will display all workouts from a loaded export. The table should support basic sorting and filtering functionalities. Acceptance criteria include proper rendering, functional sorting and filtering, and comprehensive test coverage for rendering and interactions.
Tool to analyze the data from an apple health export file
AI Summary: This issue proposes adding global unit preference settings for distance (km/mi) and mass (kg/lbs). The goal is to allow users to select their preferred units, which will then be consistently applied across all relevant UI displays and calculations within the application.
Tool to analyze the data from an apple health export file