Skip to content

Conversation

@thingineeer
Copy link
Collaborator

@thingineeer thingineeer commented Dec 31, 2023

🌱 작업한 내용

  • 코스 주소 부분을 동까지 나오게 수정 하였습니다.

🌱 PR Point

  • 값이 nil인 값이 들어올 수 있기 때문에 CompactMap으로 문자열을 잇는 작업을 해주었습니다.

📮 관련 이슈

@thingineeer thingineeer added Add Feat 이외의 부수적인 코드 추가, 새로운 View 생성, 파일 추가 명진😼 labels Dec 31, 2023
@thingineeer thingineeer self-assigned this Dec 31, 2023
@thingineeer thingineeer requested a review from 513sojin January 4, 2024 08:59
Copy link
Collaborator

@513sojin 513sojin left a comment

Choose a reason for hiding this comment

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

확인 완~ 수고하셨습니다 !

Comment on lines +313 to +320
let locate = [
model.publicCourse.departure.region,
model.publicCourse.departure.city,
model.publicCourse.departure.town,
model.publicCourse.departure.name
]
.compactMap { $0 }
.joined(separator: " ")
Copy link
Collaborator

Choose a reason for hiding this comment

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

코드 깔꼼하네요 👍🏻

@thingineeer
Copy link
Collaborator Author

확인완료

@thingineeer thingineeer merged commit 0831387 into Runnect:develop Jan 6, 2024
@thingineeer thingineeer deleted the #235---코스-업로드-거리-출발지-안뜨는-이슈 branch January 6, 2024 06:17
@thingineeer thingineeer added the UX label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Add Feat 이외의 부수적인 코드 추가, 새로운 View 생성, 파일 추가 UX 명진😼

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] #235 - 코스 업로드 거리 출발지 안뜨는 이슈

2 participants