Open Issues Need Help
View All on GitHub Programming • Competitive Programming
AI Summary: Refactor existing Python code to replace string representations of problem difficulty with a custom Difficulty enum. This involves updating all relevant schemas (e.g., AddProblemRequest) and potentially handling any necessary data migrations or type conversions.
Complexity:
2/5
good first issue backend-interface
Programming • Competitive Programming
AI Summary: Refactor the problem schemas in a Python project to use a Language enum instead of string type for the language field. This involves updating all relevant schemas to replace the string representation of programming languages with an enumerated type, ensuring consistency and type safety.
Complexity:
2/5
good first issue backend-interface