Open Issues Need Help
View All on GitHubAI 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.
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.
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.