-
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
ProductInfoHeader UI 구현 #9
Conversation
해당 파일은 제품 상세 페이지 최상단에 있는 HeaderView입니다.
현재 제외되는 항목 – 제품의 카테고리 레이블 – 제품의 원래 가격 레이블
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.
사전 PR로 인해 오류가 발생한 것 같아요. conflict 수정 및 제가 요청한 걸 해결하신 뒤 다시 리뷰 요청해 주세요. 그러면 다시 확인하도록 하겠습니다. 고생하셨습니다
아직 View가 완벽하게 완성되지는 않았다보니 너무 UITest에 신경쓰지 말아주세요! 제가 말씀드리고 싶었던 것은 커스텀으로 만든 모듈이 있다면 Unit Test로 검증하는 연습을 해보자는 것이었어요. ㅎㅎ
PyeonHaeng-iOS/Sources/Scenes/ProductInfoScene/ProductInfoView.swift
Outdated
Show resolved
Hide resolved
- Renamed an existing color to `main` and updated its hue to green. - Added a new color named `blur` for additional UI elements.
- Created an extension of `Color` to expose ColorResource to external modules.
- Created an extension of `Image` to expose ImageResource to external modules
…11' into feature/ProductInfo/6 # Conflicts: # PyeonHaeng-iOS.xcodeproj/project.pbxproj
@PyeonHaeng/ios 요청 사항 수정 및 Conflict 수정하여 다시 요청보냅니다! |
PyeonHaeng-iOS/Sources/Scenes/ProductInfoScene/ProductInfoHeader.swift
Outdated
Show resolved
Hide resolved
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.
고생많으셨어요!!
Screenshots 📸
고민, 과정, 근거 💬
거의 대부분의 것들이 생소한 것들이라.. 첫 PR은 대략적으로 UI구성만 했습니다.
Extensions
같은 필요한 폴더는 일단 임의로 추가하였습니다.UI Tests에 관하여..
UITests 코드를 작성하다가 머리가 터져버렸습니다..
테스트 코드 작성하다가 다 지움사실 이번 화면은 사용자의 인터렉션이 없어서 굳이 UI Test를 작성할 필요는 없었다고 생각이 들지만,
Localizable이 제대로 사용자에게 보여지는가? 에 대해서 테스트 코드를 작성하는 도중
'너무 지엽적인 것까지 UITest를 작성하여 시간을 뺏기는 것이 아닌가?' 라는 생각이 들더라구요..
예를 들어서 화면 전환도 A화면에서 B화면으로 잘 전환되는가?
처럼..혹시 이 부분에 대해서 의견이나 조언같은 것을 주실 수 있다면 감사하겠습니다. _ _
References 📋