2 Open Issues Need Help Last updated: Jul 11, 2025

Open Issues Need Help

View All on GitHub
Geography Country Studies

AI Summary: Implement robust error handling for the `/api/login` (POST) endpoint. This includes handling a 401 error for incorrect credentials, logging errors to the console, and mitigating the effects of request flooding (e.g., rate limiting or throttling).

Complexity: 4/5
documentation help wanted
Geography Country Studies

AI Summary: Validate email input fields. Test cases include verifying correct email format (e.g., user@example.com), handling incorrect formats (missing '@'), checking maximum length (255 characters), and ensuring error highlighting is displayed correctly.

Complexity: 3/5
documentation help wanted