Feature/#160 제출물 제출 및 파일 첨부와 삭제 기능 개발#161
Open
myeowon wants to merge 4 commits into
Hidden character warning
The head ref may contain hidden characters: "Feature/#160_\uc81c\ucd9c\ubb3c-\uc81c\ucd9c-\ubc0f-\ud30c\uc77c-\ucca8\ubd80\uc640-\uc0ad\uc81c-\uae30\ub2a5-\uac1c\ubc1c"
Open
Conversation
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.
🔥 연관된 이슈
close: #160
📜 작업 내용
ROLE_학생은 해당 팀 소속만, 그 외 역할(관리자/교수/직원/외부멘토)은 제한 없음multipart/form-data로 여러 파일을 한 번에 제출💬 리뷰 요구사항
status계산값: 제출한 제출물만 조회되기 때문에,SUBMITTED/LATE만 반환됩니다. enum에는NOT_SUBMITTED/NOT_SUBMITTED_AFTER_DEADLINE도 정의해 뒀습니다.teamId전달 방식teamId는@RequestParam Long teamId로 받습니다. REST Docs는 query parameter로 문서화했습니다.POST .../submission-items/{submissionItemId}/submissions?teamId=3+files는 multipart✨ 기타
commentCount0 고정: 제출물 단위 코멘트 기능이 없어 0으로 고정시켜두었습니다. 추후 제출물 코멘트 기능이 개발되면 수정이 필요합니다.