Skip to content
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

Merged
merged 17 commits into from
Sep 27, 2024
Merged

Conversation

ukongee
Copy link
Collaborator

@ukongee ukongee commented Sep 23, 2024

PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 🚀 Feature
  • 🧹 Refactor
  • 🛠️ Bug Fix
  • 🧭 chore
  • 🎨 design
  • 🤖 perf
  • 📁 test
  • 📝 Documentation Update

반영 브랜치

ex) fe/design/#25

변경 사항

이력서 등록페이지 퍼블리싱 완료했습니다.

테스트 실행

  • 👍 Yes
  • 🙅 No, Because they are not neaded
  • 🤯 No, Because I needed help with writing tests

테스트 결과

@ukongee ukongee linked an issue Sep 23, 2024 that may be closed by this pull request
@ukongee ukongee changed the title Fe/design/#25 [feat] 이력서 등록페이지 퍼블리싱 완료 Sep 23, 2024
jung2941
jung2941 previously approved these changes Sep 24, 2024
Copy link
Collaborator

@jung2941 jung2941 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿굿~
다음에 수정할때 태그들 선택하는 순서를
포지션 -> 기술스택 -> 경력 -> 학력 -> 지원회사 순서로 바꿔줄 수 있나요?
그리고 직접 기술스택 추가하는 것도 부탁해요!!

@ukongee ukongee self-assigned this Sep 24, 2024
"@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",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드 diff를 살펴보았을 때, 몇 가지 주의해야 할 점이 있습니다.

  1. 버전 호환성: 추가된 패키지들(@emotion/react, @emotion/styled, @mui/icons-material, @mui/material)의 버전이 서로 호환되는지 확인해야 합니다. 특히 MUI와 Emotion은 함께 사용할 때 버전에 따라 문제가 발생할 수 있습니다.

  2. 중복된 의존성: "mui"라는 패키지가 포함되어 있는데, 이는 "@mui/material"과 같은 목적을 가진 패키지일 수 있습니다. 중복 의존성이 있는지 검토해보는 것이 좋습니다.

  3. 패키지 관리: "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>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드 diff에서 크게 혼동되거나 불규칙한 점은 없습니다. Upload 컴포넌트를 추가하는 부분이 잘 작성되어 있으며, 경로와 관련된 설정도 적절하게 보입니다. 다만, Upload 컴포넌트가 정확히 import 되었는지와 파일 경로가 올바른지 확인하는 것이 좋습니다. 추가적으로, 해당 컴포넌트가 사용되는 페이지에 대해 설명이 필요할 수 있습니다.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이친구도!

Copy link
Collaborator

@kim1387 kim1387 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@ukongee ukongee merged commit 25337f0 into develop Sep 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[design] 이력서 등록페이지 퍼블리싱
4 participants