Open Issues Need Help
View All on GitHub database 周りの環境変数名をneo showcase に合わせる about 1 month ago
good first issue backend
toml の format 3 months ago
AI Summary: The task is to determine and implement the best TOML formatter for the traO Judge project, considering options like `taplo`, `cargo-sort`, and `tombi`. The goal is to improve the formatting of TOML files within the project.
Complexity:
2/5
good first issue code quality
AI Summary: Change the return type of the `get_user` function in the `usecase` to `Option<&str>` from `Option<String>`. Remember to also update the `app/backend_app/src/handler/users.rs` file accordingly.
Complexity:
3/5
good first issue backend
AI Summary: Change the type of the `get_submission` function's argument from `Option<String>` to `Option<&str>` in the traO Judge project. This involves modifying the `submissions.rs` file within the backend application.
Complexity:
3/5
good first issue backend