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

[FEAT/#62] 스티커 API 연결 및 Entity에 맞게 일부 코드 수정 #65

Merged
merged 10 commits into from
Nov 21, 2024

Conversation

0Hooni
Copy link
Collaborator

@0Hooni 0Hooni commented Nov 20, 2024

🤔 배경

  • 스티커 API 연결이 필요했습니다.

📃 작업 내역

  • 필요한 DataSource, Repository를 추가로 구현하였습니다.
  • 스티커 API를 위한 DTO, Entity도 추가하였습니다.

✅ 리뷰 노트

3-layer-architechture에 기반하여 동작할 수 있도록 fetchSticker를 설계했습니다.

이 부분에서 조금 러닝 커브가 발생하였어서 후반 커밋은 @hsw1920 님과 같이 설계를 했습니다.

스스로 구현하면서도 부족함이 느껴져서 조금이라도 수정하거나,

좀 더 좋은 스타일이 있는지 봐주시며 피드백 해주시면 감사하겠습니다!

🎨 스크린샷

iPhone SE(2세대) iPhone 14 iPhone 16 Pro Max
iPhonse SE 2nd gen iPhone 14 iPhone 16 Pro Max

🚀 테스트 방법

EditPhotoRoomFeatureDemo 앱을 실행한 뒤 스티커 버튼을 누르면 랜덤한 스티커를 가져옵니다.

@0Hooni 0Hooni added ✨ feat 새로운 기능 추가 ⚙️ refactor 코드 정상화 labels Nov 20, 2024
@0Hooni 0Hooni self-assigned this Nov 20, 2024
@0Hooni 0Hooni linked an issue Nov 20, 2024 that may be closed by this pull request
3 tasks
Copy link
Collaborator

@hsw1920 hsw1920 left a comment

Choose a reason for hiding this comment

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

lgtm

import PhotoGetherDomainInterface

final public class ShapeRepositoryImpl: ShapeRepository {
// TODO: local 먼저 확인 -> remote 데이터 확인하도록 수정
Copy link
Collaborator

Choose a reason for hiding this comment

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

이부분 다른 팀원분들 의견도 궁금합니다!
local에는 캐시가 있고 먼저 확인할 예정입니다.

Copy link
Collaborator

@Kiyoung-Kim-57 Kiyoung-Kim-57 left a comment

Choose a reason for hiding this comment

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

스티커 API 적용하시느라 고생하셨습니다!

}

private func imageData(named: String) -> Data? {
private func imageData(named: String) -> String {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Data 리턴에서 path 리턴으로 바뀌었군요! 그럼 메서드 이름도 imagePath로 바꾸는건 어떨까요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

포토게더

해당 커밋에서 수정하였습니다!

@0Hooni 0Hooni merged commit f18f0ec into develop Nov 21, 2024
1 check passed
@0Hooni 0Hooni deleted the feat/#62-present-sticker-sheet branch November 21, 2024 04:00
Kiyoung-Kim-57 added a commit that referenced this pull request Nov 25, 2024
- Repository에 LocalVideoView를 생성하면서 연관된 UseCase들을 수정했습니다.

Co-Authored-By: Youngkyu Song <[email protected]>
Kiyoung-Kim-57 added a commit that referenced this pull request Nov 25, 2024
- 딥링크를 통해 들어온 유저가 방 번호와 호스트 유저 아이디를 파싱할 수 있도록 구현

Co-Authored-By: Youngkyu Song <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 새로운 기능 추가 ⚙️ refactor 코드 정상화
Projects
None yet
Development

Successfully merging this pull request may close these issues.

스티커 버튼을 누르면 BottomSheet가 뜬다
3 participants