Conversation
Closed
1 task
iinuyha
reviewed
Oct 5, 2025
Contributor
iinuyha
left a comment
There was a problem hiding this comment.
혹시 내가 하면 403 Forbidden가 뜨는데 왤까나..ㅜㅜ
iinuyha
reviewed
Oct 5, 2025
| @AllArgsConstructor | ||
| public enum QuestionErrorCode implements BaseErrorCode { | ||
| _FORBIDDEN_LECTURE_ACCESS(HttpStatus.FORBIDDEN,"QUESTION403_1","해당 강의를 수강중인 학생만 조회가능합니다."); | ||
| _FORBIDDEN_LECTURE_ACCESS(HttpStatus.FORBIDDEN,"QUESTION403_1","해당 강의를 수강중인 학생만 조회가능합니다."), |
Contributor
There was a problem hiding this comment.
나 자꾸 이 에러가 나는데 학생권한 관련 로직 다시 한 번 체크해줄 수 있을까용
Contributor
Author
There was a problem hiding this comment.
GET api/lectures/chatting/before/{lectureId} 이 API 맞나용
위에 API에서는 학생검증 로직이 없어서용
Contributor
Author
다시 풀당겨서 테스트 부탁드려용 |
Contributor
Author
|
머지해도될까용 |
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.

👀 관련 이슈
#314
✨ 작업한 내용
소켓 통신 이전에 강의에서 진행된 채팅 내용을 불러오기 위한 API 엔드포인트입니다.
Redis List에 저장된 채팅 내용을 불러오도록 구현했습니다.
🌀 PR Point
GET
/api/lectures/chatting/before/{lectureId}🍰 참고사항
테스트를 위해서 redis list에 저장된 채팅 목록이 있어야 합니다. 채팅 기능 구현 PR 머지 이후에 검토해주세요
📷 스크린샷 또는 GIF
X