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/#14 dev_detail_UI]: 개발자 상세 페이지 ui 구현 #19

Merged
merged 7 commits into from
Apr 1, 2024

Conversation

kangyuri1114
Copy link
Contributor

@kangyuri1114 kangyuri1114 commented Apr 1, 2024

📌𝘐𝘴𝘴𝘶𝘦𝘴

📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯

  • 개발자 상세 페이지 ui 구현
  • 프로젝트 부분 리사이클러뷰로 구현

📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵

1 2
Screenshot_20240401_220444 Screenshot_20240401_220452

💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴

  • 개발자 상세 페이지 <-> 프로젝트 상세 페이지 화면 이동이 필요 : 이 때 각 페이지가 각 모듈에 존재했었기 때문에 순환참조 발생, 우선 devInfo 모듈 삭제 후 임시로 마이페이지 제외 모든 페이지를 projects 모듈로 옮겨 순환참조 임시 해결.
  • 좋은 방법인지는 모르겠음... 상세페이지 모듈도 따로 만들었어야 했는지... 그냥 이대로 간다면 projects 모듈도 이름을 바꾸거나 feature 1개의 모듈로만 가야 할 듯합니다
  • 나의 멍청함에 살짝 속상함 이슈가 있었음

@kangyuri1114 kangyuri1114 added the ✨ Feat 새로운 기능 추가 label Apr 1, 2024
@kangyuri1114 kangyuri1114 self-assigned this Apr 1, 2024
@kangyuri1114 kangyuri1114 merged commit d1b6c3f into develop Apr 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: feature devInfo 상세페이지 UI 구현
1 participant