[Feat/study_group_serializer] 시리얼라이저 및 뷰셋 추가 #104
Closed
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.
✅ PR 요약
📄 상세 내용
📝 기타 참고 사항
response 에러코드 관련 공통 모듈 확인되지 않아 OpenApiTypes.OBJECT 사용
user 관련 참조에서도 동일한 MyPy 오류 발견하여 함께 수정함.
apps/chat/services/chatroom_service.py 파일 내 참조 user_id에서 user으로만 수정.
기타 모델 마이그레이션 파일 중 생성 후 migrate 적용되지 않은 파일 2개 확인됨.
🧪 PR Checklist