Open Issues Need Help
View All on GitHub fix get-course-info 39 minutes ago
AI Summary: The `get-course-info` backend endpoint currently expects a `X-Telegram-User-Id` in the request header, which the frontend is hardcoding. The task is to refactor this by having the frontend dynamically retrieve the user ID and send it to the backend, potentially as a `RequestParam`, requiring corresponding backend adjustments to accept the ID in the new format.
Complexity:
2/5
bug enhancement help wanted good first issue