Webová stránka pro hodnocení českých škol.

2 Open Issues Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a 429 (Too Many Requests) error occurring in a React application (src/pages/AccountPage.tsx, line 70) when a user attempts to change their profile picture. The error appears even after a single request, suggesting a potential issue with server-side rate limiting or request handling.

Complexity: 4/5
bug help wanted good first issue

Webová stránka pro hodnocení českých škol.

TypeScript

AI Summary: Remove all instances of `console.log()`, `console.warn()`, and `console.error()` from the codebase of a school rating website. Replace debugging logs with appropriate user feedback or error handling. `alert()` calls can remain.

Complexity: 3/5
good first issue chore

Webová stránka pro hodnocení českých škol.

TypeScript