[BE] 스케줄 생성 시 참여자의 이름을 전달받지 않도록 변경 #167
Merged
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.
관련 이슈
작업 내용
스케줄 생성 시 참여자의 이름 정보를 전달받지 않도록 변경하였습니다.
특이 사항
기존의
ScheduleCreateRequest
는 attendeeName 필드가 존재하여 참여자의 이름을 전달받고 있었지만, 해당 필드는 사용되지 않았습니다.제거 후 사용자 이름이 필요한 문맥에서는 JWT에서 파싱한 참여자 ID를 기반으로 DB를 조회하여 가져올 수 있습니다.
cc. @Yoonkyoungme