-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] 이력서 등록페이지 퍼블리싱 완료 #44
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿굿~
다음에 수정할때 태그들 선택하는 순서를
포지션 -> 기술스택 -> 경력 -> 학력 -> 지원회사 순서로 바꿔줄 수 있나요?
그리고 직접 기술스택 추가하는 것도 부탁해요!!
"@types/react-router-dom": "^5.3.3", | ||
"autoprefixer": "^10.4.20", | ||
"date-fns": "^4.1.0", | ||
"mui": "^0.0.1", | ||
"nouislider": "^15.8.1", | ||
"postcss": "^8.4.45", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드 diff를 살펴보았을 때, 몇 가지 주의해야 할 점이 있습니다.
-
버전 호환성: 추가된 패키지들(
@emotion/react
,@emotion/styled
,@mui/icons-material
,@mui/material
)의 버전이 서로 호환되는지 확인해야 합니다. 특히 MUI와 Emotion은 함께 사용할 때 버전에 따라 문제가 발생할 수 있습니다. -
중복된 의존성: "mui"라는 패키지가 포함되어 있는데, 이는 "@mui/material"과 같은 목적을 가진 패키지일 수 있습니다. 중복 의존성이 있는지 검토해보는 것이 좋습니다.
-
패키지 관리:
"mui": "^0.0.1"
이라는 버전은 매우 낮아 보입니다. 이는 일반적으로 사용되지 않는 패키지일 가능성이 높으므로, 실제로 필요한지 재검토해야 합니다.
이 점들을 고려하여 의존성을 정리하는 것이 좋겠습니다.
@@ -12,6 +14,7 @@ export default function App() { | |||
<Routes> | |||
<Route path="/" element={<MainPage />} /> | |||
<Route path="/resume-feedback" element={<ResumeFeedbackPage />} /> | |||
<Route path="/upload" element={<Upload />} /> | |||
</Routes> | |||
</div> | |||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드 diff에서 크게 혼동되거나 불규칙한 점은 없습니다. Upload
컴포넌트를 추가하는 부분이 잘 작성되어 있으며, 경로와 관련된 설정도 적절하게 보입니다. 다만, Upload
컴포넌트가 정확히 import 되었는지와 파일 경로가 올바른지 확인하는 것이 좋습니다. 추가적으로, 해당 컴포넌트가 사용되는 페이지에 대해 설명이 필요할 수 있습니다.
node_modules/.yarn-integrity
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이친구도!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
PR 타입(하나 이상의 PR 타입을 선택해주세요)
반영 브랜치
ex) fe/design/#25
변경 사항
이력서 등록페이지 퍼블리싱 완료했습니다.
테스트 실행
테스트 결과