Merged
Conversation
Member
|
일단 코드확인완~ |
jongcoding
approved these changes
Sep 27, 2025
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.
과제 제출 상태 추가
상태들
기본 로직
멘티가 과제 제출(제출 완료) -> 멘토가 피드백 후 상태 결정 -> 완료 / 수정 필요
수정 필요 상태일시 멘티가 수정 후 제출하면 다시 제출 완료 상태 변경됨 -> 피드백 수정 + 완료 / 수정 필요 상태 결정
-> 반복
테스트
과제 있는 계획 만듬

멘티 2명이 과제를 제출함. (상태 SUBMITTED 로 바뀜)

과제 제출 확인

피드백을 남길 때 status 도 함께 보내도록 해서 과제 상태까지 변경이 가능합니다.

(변경 후 조회)
멘티 두명은 각각

이와 같이 기록이 잘 됨을 확인할 수 있습니다.
과제 수정이 필요한 멘티가 과제를 수정한다면 다시 SUBMITTED로 변경됩니다.

반대로 과제 제출 합격을 받은 경우엔, 더이상 제출한 내용을 수정할 수 없습니다.

또한 프론트엔드 측에서 필요할까 싶어서
각 제출 상태 기준 조회 기능과
통계를 만들긴 했는데...
통계는 좀 쓸모없을 거 같네요. 이건 필요하면 쓰십쇼 ?