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

Open Issues Need Help

View All on GitHub

AI Summary: Fix a bug in a Next.js application where users can submit code without selecting a difficulty level. This requires adding a validation check in the `handleSubmit` function to prevent submission if the difficulty field is empty and display an appropriate error message to the user.

Complexity: 2/5
bug help wanted invalid

AI Summary: Refactor the backend to store assessment reports using a key-value pair structure instead of a long string. This involves extracting relevant information (correctness, time/space complexity, edge case handling, etc.) from the existing report string and storing it in a more structured JSON format within the database.

Complexity: 3/5
enhancement good first issue