[FE] 추천 약속 리스트를 선택할 때 key 값을 startDate + index 대신 rank로 변경 #318
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.
관련 이슈
작업 내용
rank
값을 key로 사용하여 동일 key가 생기는 문제 해결추천 약속 리스트에서 중복 선택 문제를 해결하기 위해, 서버 측에서 '추천 일정 조회' 응답에 rank 데이터를 추가하여 전송합니다.
이 rank 값을 key로 사용하여 중복 문제를 방지하였습니다.
기존에는 key 값을
startDate + index
로 설정하였는데, 현재rank
로 변경하였습니다.특이 사항
리뷰 요구사항 (선택)