-
Notifications
You must be signed in to change notification settings - Fork 1
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
[iOS] 여정 리스트 Scene UI #98
Conversation
#!/bin/sh | ||
|
||
LINTPATH='.swiftlint.yml' | ||
declare -a PATHS=("MSCoreKit" "MSFoundation" "MSUIKit" "MusicSpot") | ||
declare -a PATHS=("MSCoreKit" "MSFoundation" "MSUIKit" "MusicSpot" "Features") | ||
failures="" | ||
|
||
for path in "${PATHS[@]}"; do |
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.
안녕하세요 승현님 😊
commit 할 때마다 Lint 돌리려고 Path 지정해준겁니다... ㅎㅎ
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.
아 githooks precommit으로 사용중인 건가보군요? 감사합니다 ㅎㅎ
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.
precommit은 여러가지 이유로 못쓰고 있고..
commit 실행 파일 실행해서 사용하고 있습니다 😅
❗ 배경
close #75
🔧 작업 내역
🧪 테스트 방법
📝 리뷰 노트
임의로 ViewModel을 만들어서 Mock 데이터를 넣어뒀습니다.
모델 타입도 임의로
Journey
와Spot
을 만들어뒀습니다.이후에 연결하며 실제 로직 구현할 때 실제 타입으로 대체하면 될 것 같습니다.
현재 "지난 여정"과 여정 개수를 출력하는 타이틀 부분이 왼쪽에 딱 붙어있는데,
BaseViewController
에서 설정한additionalSafeAreaInset
에 맞춰 작업해서 그렇습니다.머지되고 적용하면 정상적으로 출력될 듯 합니다.
📸 스크린샷