Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 개요
대회 페이지 (
/contest/{contestId})에 대회 공지사항 출력 처리🎯 목적
6차 QA 대상 중 대회별 공지사항이 대회 페이지에 없어, 새로 영역 추가
✨ 변경 사항
/notices/{noticeId}) 개선하여 대회별 공지사항도 상세 볼 수 있게 수정💬 논의 사항
현재 전체 공지사항 상세 페이지 경로는
/notices/{noticeId}이고, 대회별 공지사항 상세 페이지의 경우/notices/{contestId}/{noticeId}인데, 해당 경로가 괜찮을지 아니면/contest/{contestId}/notices/{noticeId}가 좋을지 의견 부탁드립니다!📸 참고 이미지/영상
대회 페이지
대회별 공지사항 상세 페이지