5 Open Issues Need Help Last updated: Jun 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Redesign the Kompass app's homescreen to include a customizable layout. This involves creating a static background, dynamically generating a welcome message, implementing drag-and-drop functionality for app feature buttons, and allowing users to personalize button icons, images, and potentially save their layout preferences locally (initially) and later potentially on a server.

Complexity: 4/5
enhancement help wanted design UX
Notfall - Button 2 months ago

AI Summary: Implement an emergency button in the Kompass app that allows users to send a pre-defined message (SMS or WhatsApp) to a designated contact. This involves UI design for the button and settings, integration with SMS/WhatsApp functionality (potentially using third-party APIs), handling device-specific differences (iOS/Android), and ensuring data privacy by keeping processing local.

Complexity: 4/5
enhancement help wanted question

AI Summary: Extract all visible text strings from the Kompass app's codebase into a separate file (e.g., `texts.js` or `localization.js`). Then, update the components to import and use these strings instead of hardcoded values. This prepares the application for future multilingual support and improves code organization.

Complexity: 3/5
help wanted good first issue invalid question

AI Summary: Debug and fix a broken back button in a React application. The back button in several views is not displaying correctly or navigating to the home screen. The solution involves reviewing the navigation logic within the application's components, likely using `useNavigate()` from `react-router-dom`, to ensure consistent and reliable navigation back to the home view.

Complexity: 3/5
bug documentation help wanted invalid question

AI Summary: Debug and fix an issue where the sidebar on a mobile version of the Kompass app collapses too quickly after clicking buttons. This involves analyzing event propagation (blur/focus) and potentially implementing a delay before the sidebar closes to improve usability.

Complexity: 3/5
enhancement help wanted good first issue question