Open Issues Need Help
View All on GitHub toml の format about 2 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
usecase の get_user を Option<String> から Option<&str> に変更する about 2 months ago
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
usecaseの get_submission の引数の Option<String> を Option<&str> に変更する about 2 months ago
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