fix: 지원서 현황 페이지에서 사용자의 이름 정보가 보이지 않는 버그 #219
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.
주요 변경사항
기존에 지원 현황 페이지의 사용자 클릭시 올바르게 사용자의 정보가 보이지 않는 버그가 존재하였습니다.
이는 같은 ui를 가지는 칸반 디테일 페이지와 지원 현황 디테일 페이지가 다른 비지니스를 가져 발생하였습니다.
ui 로직을 공통 컴포넌트로 만들어서 이를 해결하고자 하였습니다.
다만, 여기서는 공통 컴포넌트를 만들기만 하였으며, 적용은 지원 현황 디테일 페이지에만 적용이 되어있습니다.
추후 이슈를 파서 칸반보드 디테일 페이지에도 적용하도록 하겠습니다.
(현재 파일명에 _가 붙어있는 것은 문제 해결 전의 기존 컴포넌트와 동일한 이름을 가지는 컴포넌트로 만들어 해당 문제를 해결하고자 하였기 때문입니다. 이는 추후 칸반보드 디테일 페이지에도 적용하게 될 때 제거하도록 하겠습니다.)
리뷰어에게...
관련 이슈
closes #202 #218