Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
0Hooni pushed 11 commits to develop boostcampwm-2024/iOS04-PhotoGether
- chore/#62 :: 불필요한 코드 제거 d3af5b0
- feat/#62 :: Sticker 데이터 소스 추상체, 구현체 구현 및 DTO f394832
- refactor/#62 :: Repository의 fetchStickerList 반환타입 변경 - 테스트 코드 수정 - Mock 객체 수정 d39c8c1
- feat/#62 :: shapeRepository 구현체 생성 08560a8
- refactor/#62 :: UseCase 반환 타입 수정 9fae622
- feat/#62 :: remoteDataSoruce를 통해 API 요청을 받는 형태로 스티커 추가 구현 - 테스트를 위한 Demo가 Data 의존을 하도록 추가함 8bbe1a8
- fix/#62 :: API key 숨김 Co-Authored-By: seuhong <[email protected]> 0d1b179
- refactor/#62 :: 피드백 반영 9b33d9e
- style/#62 :: 리뷰 반영 - 메서드 이름 변경 fe2e7e2
- Merge branch 'develop' into feat/#62-present-sticker-sheet a5af3e3
- Merge pull request #65 from boostcampwm-2024/feat/#62-present-sticker-sheet [FEAT/#62] 스티커 API 연결 및 Entity에 맞게 일부 코드 수정 f18f0ec
0Hooni closed an issue on boostcampwm-2024/iOS04-PhotoGether
스티커 버튼을 누르면 BottomSheet가 뜬다
## ✅ 인수 조건 - [ ] 버튼을 누르면 BottomSheet가 뜬다 - [ ] BottomSheet에 스티커 목록이 뜬다 - [ ] 스티커 API 연결youn9k created a review comment on a pull request on boostcampwm-2024/iOS04-PhotoGether
헉 3
youn9k created a review comment on a pull request on boostcampwm-2024/iOS04-PhotoGether
헉 !!
youn9k created a review comment on a pull request on boostcampwm-2024/iOS04-PhotoGether
헉
youn9k created a review comment on a pull request on boostcampwm-2024/iOS04-PhotoGether
Vapor가 Package로 되어있어, Package 내에서 모두 접근 가능하도록해 internal 처럼 사용하기 위해 붙였습니다!
youn9k created a review comment on a pull request on boostcampwm-2024/iOS04-PhotoGether
그리고 localVideoTrack (내 카메라가 담기는 비디오 트랙)에 `localVideoTrack.add(렌더링할 뷰)` 를 하게 되면 localVideoTrack에 실려있는 영상 데이터가 `렌더링할 뷰` 와 바인딩되고, 계속해서 뷰에 렌더링이 되는 구조입니다
youn9k created a review comment on a pull request on boostcampwm-2024/iOS04-PhotoGether
source를 track에 담고, track을 peerConnection에 `add()` 합니다! 그리고 해당 track에 내 카메라 화면을 연결하게 되어있어요
0Hooni pushed 10 commits to feat/#62-present-sticker-sheet boostcampwm-2024/iOS04-PhotoGether
- chore/#59 :: update pbxproj - 필요한 의존성 설정 - DomainTesting, DomainInterface 2b6273b
- feat/#59 :: EditPhotoGuest UI 구현 - Host의 현재 UI와 동일합니다. 706dd77
- chore/#59 :: info.plist에 BASEURL 추가, pbjproj 업데이트 ecb01b2
- feat/#59 EditPhotoRoomGuestViewModel 구현 - StickerObject의 DataSource를 관리하는 StickerObjectListSubject를 두었습니다. - Sticker... 47e1bfb
- feat/#59 :: EditPhotoRoomGuestViewController 구현 플로우 설명 - StickerImage가 들어오면 StickerObject를 생성하여 ViewModel에게 전달합니다. -... 4686457
- fix/#59 :: 명시적 스토리보드 제한 Co-authored-by: Youngkyu Song <[email protected]> 2d001e8
- fix/#59 :: 명시적 스토리보드 제한 Co-authored-by: Youngkyu Song <[email protected]> 871f1de
- style/#59 :: 불필요한 공백 제거 20a8d33
- Merge pull request #64 from boostcampwm-2024/feat/#59-implement-edit-photo-guest-ui [FEAT/#59] EditPhotoRoomGuestVie... 34b61c7
- Merge branch 'develop' into feat/#62-present-sticker-sheet a5af3e3
youn9k pushed 10 commits to feat/#40-create-room boostcampwm-2024/iOS04-PhotoGether
- chore/#59 :: update pbxproj - 필요한 의존성 설정 - DomainTesting, DomainInterface 2b6273b
- feat/#59 :: EditPhotoGuest UI 구현 - Host의 현재 UI와 동일합니다. 706dd77
- chore/#59 :: info.plist에 BASEURL 추가, pbjproj 업데이트 ecb01b2
- feat/#59 EditPhotoRoomGuestViewModel 구현 - StickerObject의 DataSource를 관리하는 StickerObjectListSubject를 두었습니다. - Sticker... 47e1bfb
- feat/#59 :: EditPhotoRoomGuestViewController 구현 플로우 설명 - StickerImage가 들어오면 StickerObject를 생성하여 ViewModel에게 전달합니다. -... 4686457
- fix/#59 :: 명시적 스토리보드 제한 Co-authored-by: Youngkyu Song <[email protected]> 2d001e8
- fix/#59 :: 명시적 스토리보드 제한 Co-authored-by: Youngkyu Song <[email protected]> 871f1de
- style/#59 :: 불필요한 공백 제거 20a8d33
- Merge pull request #64 from boostcampwm-2024/feat/#59-implement-edit-photo-guest-ui [FEAT/#59] EditPhotoRoomGuestVie... 34b61c7
- Merge branch 'develop' into feat/#40-create-room 5a6cdc5
hsw1920 pushed 9 commits to develop boostcampwm-2024/iOS04-PhotoGether
- chore/#59 :: update pbxproj - 필요한 의존성 설정 - DomainTesting, DomainInterface 2b6273b
- feat/#59 :: EditPhotoGuest UI 구현 - Host의 현재 UI와 동일합니다. 706dd77
- chore/#59 :: info.plist에 BASEURL 추가, pbjproj 업데이트 ecb01b2
- feat/#59 EditPhotoRoomGuestViewModel 구현 - StickerObject의 DataSource를 관리하는 StickerObjectListSubject를 두었습니다. - Sticker... 47e1bfb
- feat/#59 :: EditPhotoRoomGuestViewController 구현 플로우 설명 - StickerImage가 들어오면 StickerObject를 생성하여 ViewModel에게 전달합니다. -... 4686457
- fix/#59 :: 명시적 스토리보드 제한 Co-authored-by: Youngkyu Song <[email protected]> 2d001e8
- fix/#59 :: 명시적 스토리보드 제한 Co-authored-by: Youngkyu Song <[email protected]> 871f1de
- style/#59 :: 불필요한 공백 제거 20a8d33
- Merge pull request #64 from boostcampwm-2024/feat/#59-implement-edit-photo-guest-ui [FEAT/#59] EditPhotoRoomGuestVie... 34b61c7
hsw1920 closed a pull request on boostcampwm-2024/iOS04-PhotoGether
[FEAT/#59] EditPhotoRoomGuestView UI 및 스티커 생성 로직 구현
## 🤔 배경 EditPhotoRoomGuestViewController에서는 EditPhotoRoomGuestViewModel의 StickerObjectList를 구독하여 ImageView를 생성하고 업데이트 할 수 있어야한다. ## 📃 작업 내역 - VC에서는 StickerImage와 Rect의 계산을 통해 StickerObject를 만들...0Hooni created a review comment on a pull request on boostcampwm-2024/iOS04-PhotoGether
[포토게더](https://github.com/boostcampwm-2024/iOS04-PhotoGether/pull/65/commits/fe2e7e2f7b5c933af52922ed6520acf21a27fc5a) 해당 커밋에서 수정하였습니다!
0Hooni pushed 1 commit to feat/#62-present-sticker-sheet boostcampwm-2024/iOS04-PhotoGether
- style/#62 :: 리뷰 반영 - 메서드 이름 변경 fe2e7e2
hsw1920 pushed 1 commit to feat/#59-implement-edit-photo-guest-ui boostcampwm-2024/iOS04-PhotoGether
- style/#59 :: 불필요한 공백 제거 20a8d33