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 템플릿 중 하나를 골라 작성하시면 됩니다!
✅ 주요 작업
💭 고민과 해결과정
Chart.tsx 분리.
Chart.tsx를 분리하기 위해 커스텀훅을 이용해 상태들을 관리하도록 수정했다. 또한 관련있는 로직을 커스텀훅으로 분리시켰다.
renderChart의 경우 untils의 파일을 추가하여 분리하도록 수정했다.
타입 관련 파일 관리.
처음에는 src디렉토리에 type.ts 파일에서 전체 타입에 관한 관리를 진행하려고 했지만, 해당 파일이 너무 커지는 부분과 컴포넌트 내부에서 해당 타입을 찾기가 힘들다는 문제가 있어서 타입은 필요시 디렉토리당 1개씩 두기로 했다.
📊 FE/BE 전체 작업 내역