Open Issues Need Help
View All on GitHub Bug: Submission Allowed Without Difficulty Selection 2 months ago
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
Refactor Assessment Report Storage to Use Key-Value 2 months ago
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