3 Open Issues Need Help Last updated: Feb 19, 2026

Open Issues Need Help

View All on GitHub
Software Development Application Development

AI Summary: The location search functionality is broken, failing to retrieve and display disaster alerts for user-specified cities or districts. This issue affects both the dashboard and the map view, preventing users from seeing relevant alerts after performing a search.

Complexity: 3/5
bug documentation duplicate good first issue frontend
Software Development Application Development

AI Summary: This issue aims to enhance the user experience by improving how API failures are handled. Currently, the UI lacks clear error messages, making it difficult for users to understand what went wrong and for developers to debug. The proposed solution involves displaying user-friendly error messages, loading indicators, and handling network/server errors gracefully.

Complexity: 2/5
duplicate enhancement good first issue frontend
Software Development Application Development

AI Summary: Users are experiencing login failures due to issues with the authentication API. The backend may not be returning a valid JWT token, or the frontend is not storing or utilizing it correctly, preventing successful authentication and access to protected routes.

Complexity: 3/5
bug good first issue authentication backend frontend