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

[Refactor] #209 - 코스 공유와, 커스텀 바텀시트 부분을 수정 하였습니다. #211

Conversation

thingineeer
Copy link
Collaborator

@thingineeer thingineeer commented Nov 16, 2023

🌱 작업한 내용

  • 크게 바뀐 부분은 없고, 요청한 바텀 시트의 위치나, 디자인 AutoLayout 코드를 수정을 하였습니다.
  • 코드를 수정하다가, 네이밍이 적절하지 못한 부분을 발견하여 수정 하였습니다.
  • firebase의 짧은 동적링크로 변환하는 부분도 코드의 수정이 이루어졌습니다.
  • 불필요한 주석도 삭제 했습니다.

🌱 PR Point

  • 키보드가 올라갈 시 바텀 시트의 위치
  • 뒤로 가는 플로우
  • 공유 기능 코드의 개선

📸 스크린샷

구현 내용 스크린샷
코스 이름 입력 뷰

📮 관련 이슈

재사용이 가능한 부분을 재사용 하였습니다.
짧은 동적링크 처리도 조금 다르게 수정하였습니다.
필요없는 주석 삭제, 네이밍, 상수값 변경을 알맞게 하였습니다.
@thingineeer thingineeer added Refactor 전면 수정 Fix labels Nov 16, 2023
@thingineeer thingineeer requested a review from 513sojin November 16, 2023 12:38
@thingineeer thingineeer self-assigned this Nov 16, 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.

변수명, 레이아웃, 동적링크 코드 수정한거 모두 확인 했습니당
고생하셨어요~~

linkBuilder!.iOSParameters = DynamicLinkIOSParameters(bundleID: "com.runnect.Runnect-iOS")
linkBuilder!.iOSParameters?.appStoreID = "1663884202"
linkBuilder!.iOSParameters?.minimumAppVersion = "1.0.4"
guard let link = URL(string: "\(dynamicLinksDomainURIPrefix)/?courseId=\(courseId)") else {
Copy link
Collaborator

Choose a reason for hiding this comment

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

옵셔널 바인딩 좋네요 ~

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

굿잡~

@thingineeer thingineeer merged commit 6218429 into Runnect:develop Nov 16, 2023
1 check passed
@thingineeer thingineeer deleted the #209---코스-공유,-커스텀-바텀시트-리팩터링 branch November 16, 2023 13:24
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Refactor] #209 - 코스 공유, 바텀 시트 코드 개선
2 participants