Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Kiyoung-Kim-57 created a review on a pull request on boostcampwm-2024/iOS04-PhotoGether
리드미 수정 감사합니다!
youn9k opened a pull request on boostcampwm-2024/iOS04-PhotoGether
[DOCS] 리드미를 수정합니다.
## 🤔 배경 리드미 기술 스택 부분이 현재 저희가 사용하지 않는 기술들이 적혀있어 수정이 필요했습니다. 추후 사용될 때 추가해도 좋을 것 같습니다! ## 📃 작업 내역 - Concurrency 내용 제거 - WebRTC, Combine 설명 보완 ## ✅ 리뷰 노트 AVFoundation 을 WebRTC 프레임워크에서 래핑한 클래...youn9k created a branch on boostcampwm-2024/iOS04-PhotoGether
feat/update-readme - 📷 멀리 떨어진 친구들과 실시간으로 함께 찍고 편집하는 사진 촬영 앱
youn9k opened a pull request on boostcampwm-2024/iOS04-PhotoGether
fix/#74 :: DiffableDataSource snapshot을 수정할 때 발생하던 경고 문제 수정
## 🤔 배경 diffableDataSource를 업데이트하는 과정에서 동작에는 문제가 없지만 경고가 발생하고 있었습니다. ## 📃 작업 내역 - diffableDataSource snapshot 업데이트 로직 수정 ## ✅ 리뷰 노트 이미 있는 identifier와 동일한 identifier를 가지는 item들을 append하려고...youn9k pushed 1 commit to feat/#74-warning-diffable-data-source boostcampwm-2024/iOS04-PhotoGether
- fix/#74 :: DiffableDataSource snapshot을 수정할 때 발생하던 경고 문제 수정 이미 있는 identifier와 동일한 identifier를 가지는 item들을 append하려고 해... 674a9f6
youn9k created a branch on boostcampwm-2024/iOS04-PhotoGether
feat/#74-warning-diffable-data-source - 📷 멀리 떨어진 친구들과 실시간으로 함께 찍고 편집하는 사진 촬영 앱
youn9k opened an issue on boostcampwm-2024/iOS04-PhotoGether
DiffableDataSource Warning 수정
## 🤔 작업 배경 아래와 같은 경고가 뜨고 있어요. ``` Diffable data source detected an attempt to insert or append 4 item identifiers that already exist in the snapshot. The existing item identifiers will be moved ...youn9k created a branch on boostcampwm-2024/iOS04-PhotoGether
release/#41-week3-demo - 📷 멀리 떨어진 친구들과 실시간으로 함께 찍고 편집하는 사진 촬영 앱
youn9k published a release on boostcampwm-2024/iOS04-PhotoGether
v0.0.3
## 4주차 데모 ![ScreenRecording_11-21-2024 23-40-40_1](https://github.com/user-attachments/assets/7004e922-501e-4aca-9d23-a193e9cf3d30)youn9k published a release on boostcampwm-2024/iOS04-PhotoGether
v0.0.2
## 2주차 데모 - 웹소켓 연결을 통한 데이터 송수신 기능 구현youn9k created a tag on boostcampwm-2024/iOS04-PhotoGether
v0.0.3 - 📷 멀리 떨어진 친구들과 실시간으로 함께 찍고 편집하는 사진 촬영 앱
youn9k created a tag on boostcampwm-2024/iOS04-PhotoGether
v0.0.2 - 📷 멀리 떨어진 친구들과 실시간으로 함께 찍고 편집하는 사진 촬영 앱
hsw1920 created a branch on boostcampwm-2024/iOS04-PhotoGether
release/#70-week4-demo - 📷 멀리 떨어진 친구들과 실시간으로 함께 찍고 편집하는 사진 촬영 앱
hsw1920 pushed 22 commits to develop boostcampwm-2024/iOS04-PhotoGether
- Merge branch 'feat/#68-make-event-enitity' into release/#70-week4-demo 2484986
- Merge branch 'develop' of github.com:boostcampwm-2024/iOS04-PhotoGether into release/#70-week4-demo d9b0829
- fix/#70 :: 프로토콜 채택 수정 db137d5
- feat/#70 :: 방방이 태우기 금지 Co-Authored-By: seuhong <[email protected]> d6a93bc
- feat/#70 :: SharePhotoView 화면 전환 구현 Co-Authored-By: seuhong <[email protected]> 3197140
- feat/#70 :: Waiting -> Photo -> Edit 화면전환 연결 477d829
- feat/#70 :: App 모듈에서 빌드할 수 있도록 수정 SceneDelegate 연결, 모듈 의존성 연결 3f0554a
- feat/#70 :: 스크롤뷰 센터링 Co-Authored-By: seuhong <[email protected]> 070631b
- Merge branch 'release/#70-week4-demo' of github.com:boostcampwm-2024/iOS04-PhotoGether into release/#70-week4-demo 6de8884
- refactor/#70 :: 코드 가독성 향상 84d504d
- fix/#70 :: privacy 권한 수정 b042039
- chore/#70 :: EditPhoto에 필요한 plist 추가 - 카메라 권한 - 마이크 권한 - NSAllowsArbitraryLoads aed344c
- fix/#70 :: 에러 로그 해제 1e6ce39
- chore/#70 :: update pbxproj 897836f
- feat/#70 :: StickerEntity Decode/Encode 구현 84a1967
- fix/#70 :: Sticker 추가 시 흐름제어 - UIImage를 처리하기 때문에 addNewSticker()에서 addSubView()가 비동기로 처리됩니다. - 이때 useCase를 통해서 처리되어 ... 5b9551f
- fix/#70 :: decoder 변경 - Date() 때문에 JSONDecoder에 .iso8601 이 필요했습니다. - 임시로 ConnectionClient를 Host라고 가정하여 로직을 구성했습니다. f4f1062
- chore/#70 :: EditPhotoDemo 개발을 위한 SendOfferUseCase 의존성 주입 1786f33
- fix/#70 :: 1글자 Lint 수정 x -> originX y -> originY f95f4c1
- refactor/#70 :: Decoder 생성 3315bd6
- and 2 more ...
hsw1920 closed a pull request on boostcampwm-2024/iOS04-PhotoGether
[FEAT/#70] Week4 Demo
## 🤔 배경 4주차 데모 앱을 개발해야했습니다. ## 📃 작업 내역 <!-- > PR에서 한 작업을 작성해주새요! > e.g. - 첫번째 작업 --> ## ✅ 리뷰 노트 <!-- > 구현 시에 고민이었던 점들 혹은 특정 부분에 대한 의도가 있었다면 PR 리뷰의 이해를 돕기 위해 서술해주세요! > > 또한 리뷰어에게 특정 부...Kiyoung-Kim-57 created a review on a pull request on boostcampwm-2024/iOS04-PhotoGether
와우! 진짜 동시편집 알고리즘 구상하시는게 엄청 어려웠을거 같네요!!
youn9k created a review on a pull request on boostcampwm-2024/iOS04-PhotoGether
라이브 코드 리뷰 완!! 대 승 완
0Hooni created a review on a pull request on boostcampwm-2024/iOS04-PhotoGether
라이브 코드리뷰 완 💯
hsw1920 pushed 4 commits to release/#70-week4-demo boostcampwm-2024/iOS04-PhotoGether
hsw1920 pushed 1 commit to release/#70-week4-demo boostcampwm-2024/iOS04-PhotoGether
- refactor/#70 :: Decoder 생성 3315bd6