codedang
codedang copied to clipboard
feat(be): select publication of judge results
Description
Contest
를 만들 때 Judge Result를 볼 수 있는지 없는지를 결정하는 field를 추가했고, 관련된 Contest
module의 코드를 수정했습니다.
Additional context
Before submitting the PR, please make sure you do the following
- [x] Read the Contributing Guidelines
- [x] Read the Contributing Guidelines and follow the Commit Convention
- [x] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g.
fixes #123
). - [x] Ideally, include relevant tests that fail without this PR but pass with it.