Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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