Skip to content

Conversation

@thingineeer
Copy link
Collaborator

@thingineeer thingineeer commented Oct 18, 2023

🌱 작업한 내용

  • 보관함 -> 내가 그린 코스 -> RunningWaitingVC() 기능 추가
  • ‼️ 로직은 BottonSheet 와 머지 후 정리할 예정입니다!! 지금은 대략적인 뼈대만 작성

🌱 PR Point

  • 내비게이션 바 추가 ( 추후 제목 생기면 제목도 같이 연결되게 수정)
    • CourseStorageVC() 에서 제목을 불러와야 하기 때문에 setData 함수도 이름도 가져오게 수정했습니다.
    • 따라서 CourseStorageVC() 도 일부 수정
  • 더 보기 버튼 추가 ("제목" 수정하기, 삭제하기)
  • 확실한 기능은 BottomSheet 랑 머지 후 구현 예정

+12 / 13

✅ 네이버 상표 뜨게 설정

image

📸 스크린샷

❌ 구현 전

default.mp4

✅ 구현 후

default.mp4

📮 관련 이슈

@thingineeer thingineeer self-assigned this Oct 18, 2023
@thingineeer thingineeer added the Feat 새로운 기능 구현 label Oct 18, 2023
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.

코스 이름 연결 + 드롭다운 추가하신거 확인했습니다 ! 고생하셨어요

서버 요청 변수가 Scraps 에서 scraps 으로 변경 되었기 때문에 코드를 제거 합니다.
post 통신 API가 없어서 일단 코드만 작성 해놨습니다.
let cellTitle = model.departure.name ?? " "

cell.setCellType(type: .title)
cell.selectCell(didSelect: collectionView.indexPathsForSelectedItems?.contains(indexPath) ?? false)
Copy link
Collaborator

Choose a reason for hiding this comment

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

didSelect 부분에 삼항연산자를 써준 것 이외에 기존 코드를 바꾼 이유가 또 있나용?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

옵셔널 체이닝 부분이였는데,
그냥 한줄로 표현 했습니다.. ㅎㅎ

mapView.snp.makeConstraints { make in
make.edges.equalTo(view.safeAreaLayoutGuide)
make.leading.trailing.equalTo(self.view.safeAreaLayoutGuide)
make.top.equalTo(naviBar.snp.bottom)
Copy link
Collaborator

Choose a reason for hiding this comment

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

네이버 로고를 보이게 해준 코드네요 ,, 확인 했습니다 ~

@thingineeer thingineeer merged commit 87db050 into Runnect:develop Dec 13, 2023
@thingineeer thingineeer deleted the #199---내가-그린-코스-상세-페이지-변경 branch December 13, 2023 12:03
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] #199 - 내가 그린 코스 상세 페이지 변경

2 participants