Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

boostcampwm-2024/iOS04-PhotoGether

0Hooni created a review on a pull request on boostcampwm-2024/iOS04-PhotoGether
**LGTM 💯** 아까 라이브로 설명해주시고, 어제 같이 작업했던 코드들이 많아서 금방 이해가 됐네요! 수고 많으셨습니다 ☺️

View on GitHub

0Hooni created a review on a pull request on boostcampwm-2024/iOS04-PhotoGether
**LGTM 💯** 아까 라이브로 설명해주시고, 어제 같이 작업했던 코드들이 많아서 금방 이해가 됐네요! 수고 많으셨습니다 ☺️

View on GitHub

hsw1920 created a review comment on a pull request on boostcampwm-2024/iOS04-PhotoGether
이부분 다른 팀원분들 의견도 궁금합니다! local에는 캐시가 있고 먼저 확인할 예정입니다.

View on GitHub

hsw1920 created a review comment on a pull request on boostcampwm-2024/iOS04-PhotoGether
나중에는 이거 구조 변경 안하고 offset 바꿔서 페이징 가능하도록 바꿔야겠군염

View on GitHub

hsw1920 created a review on a pull request on boostcampwm-2024/iOS04-PhotoGether
lgtm

View on GitHub

hsw1920 created a review on a pull request on boostcampwm-2024/iOS04-PhotoGether
lgtm

View on GitHub

youn9k pushed 1 commit to feat/#40-create-room boostcampwm-2024/iOS04-PhotoGether

View on GitHub

0Hooni opened a pull request on boostcampwm-2024/iOS04-PhotoGether
[FEAT/#62] 스티커 API 연결 및 Entity에 맞게 일부 코드 수정
## 🤔 배경 - 스티커 API 연결이 필요했습니다. ## 📃 작업 내역 - 필요한 DataSource, Repository를 추가로 구현하였습니다. - 스티커 API를 위한 DTO, Entity도 추가하였습니다. ## ✅ 리뷰 노트 3-layer-architechture에 기반하여 동작할 수 있도록 fetchSticker를 설계했습...
0Hooni pushed 1 commit to feat/#62-present-sticker-sheet boostcampwm-2024/iOS04-PhotoGether

View on GitHub

youn9k pushed 1 commit to feat/#40-create-room boostcampwm-2024/iOS04-PhotoGether
  • style/#40 :: SignalingClient -> SignalingService 명칭 변경 및 폴더링 - SignalingClient -> SignalingService 명칭 변경 - 폴더링 - Web... 33b90f6

View on GitHub

0Hooni pushed 6 commits to feat/#62-present-sticker-sheet 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

View on GitHub

youn9k pushed 4 commits to feat/#40-create-room boostcampwm-2024/iOS04-PhotoGether
  • style/#40 :: SignalingClient -> SignalingService 명칭 변경 Co-Authored-By: Kiyoung <[email protected]... 217ce93
  • fix/#40 :: 앱 타겟 누락된 의존성 연결 Co-Authored-By: Kiyoung <[email protected]> 2622118
  • chore/#40 :: TODO 주석 추가 Co-Authored-By: Kiyoung <[email protected]> ddce3ac
  • feat/#40 :: 웹소켓 RequestDTO 구현 웹소켓을 통해 요청을 보낼 수 있도록 RequestDTO를 구현합니다. Co-Authored-By: Kiyoung <121777185+Kiyoung-Kim... 930527b

View on GitHub

hsw1920 created a review on a pull request on boostcampwm-2024/iOS04-PhotoGether
UseCase만 알아도 돼서 훨씬 부담이 적어져서 좋네요 ㅎㅎㅎ

View on GitHub

hsw1920 created a review on a pull request on boostcampwm-2024/iOS04-PhotoGether
훨씬 사용성이 좋아진 것 같습니다!

View on GitHub

Kiyoung-Kim-57 pushed 2 commits to feat/#40-create-room boostcampwm-2024/iOS04-PhotoGether
  • feat/#40 :: WebSocketRequest 구현 - 서버에 리퀘스트 종류를 전달할 구조체를 구현했습니다 Co-Authored-By: Youngkyu Song <[email protected]> 4c86e36
  • feat/#40 :: RoomService 구현 - RoomService interface와 Impl 구현 Co-Authored-By: Youngkyu Song <[email protected]> bbace5a

View on GitHub

hsw1920 opened a pull request on boostcampwm-2024/iOS04-PhotoGether
[FEAT/#59] EditPhotoRoomGuestView UI를 구현
## 🤔 배경 EditPhotoRoomGuestViewController에서는 EditPhotoRoomGuestViewModel의 StickerObjectList를 구독하여 ImageView를 생성하고 업데이트 할 수 있어야한다. ## 📃 작업 내역 - VC에서는 StickerImage와 Rect의 계산을 통해 StickerObject를 만들...
hsw1920 pushed 3 commits to feat/#59-implement-edit-photo-guest-ui boostcampwm-2024/iOS04-PhotoGether
  • chore/#59 :: info.plist에 BASEURL 추가, pbjproj 업데이트 ecb01b2
  • feat/#59 EditPhotoRoomGuestViewModel 구현 - StickerObject의 DataSource를 관리하는 StickerObjectListSubject를 두었습니다. - Sticker... 47e1bfb
  • feat/#59 :: EditPhotoRoomGuestViewController 구현 플로우 설명 - StickerImage가 들어오면 StickerObject를 생성하여 ViewModel에게 전달합니다. -... 4686457

View on GitHub

Kiyoung-Kim-57 pushed 3 commits to feat/#40-create-room boostcampwm-2024/iOS04-PhotoGether
  • feat/#40 :: 서버에서 사용할 방 생성 요청 정보 DTO 생성 Co-Authored-By: Youngkyu Song <[email protected]> 9ed408c
  • feat/#40 :: Client가 방 생성 요청시 사용할 DTO 생성 - 방생성 요청시 사용할 DTO 생성 - Data Extension에 Decoding할 수 있는 메서드 추가 Co-Authored-By... 171e740
  • feat/#40 :: ConnectionClient와 SignalingClient 수정 - ConnectionClient가 연결될 peerID와 방 ID를 가짐 - SignalingClient가 데이터를 보낼... d8d6b34

View on GitHub

Kiyoung-Kim-57 deleted a branch boostcampwm-2024/iOS04-PhotoGether

feat/#44-host-photo-room-ui

Kiyoung-Kim-57 pushed 1 commit to feat/#40-create-room boostcampwm-2024/iOS04-PhotoGether
  • feat/#40 :: 방 참가 로직을 위해 모델 변경 - SessionDescription, ICE Candidate에 peerID와 roomID 추가 - ConnectionClient에 어떤 피어와 연결됐는... 31fd714

View on GitHub

Kiyoung-Kim-57 created a branch on boostcampwm-2024/iOS04-PhotoGether

feat/#40-create-room - 📷 멀리 떨어진 친구들과 실시간으로 함께 찍고 편집하는 사진 촬영 앱

youn9k deleted a branch boostcampwm-2024/iOS04-PhotoGether

feat/#40-invitation

youn9k closed an issue on boostcampwm-2024/iOS04-PhotoGether
Secrets.xcconfig 관리 방식을 변경합니다.
## 📝 작업 내용 모듈마다 Secrets.xcconfig 가 각각 필요해 귀찮다는 문제와 브랜치를 바꾸면 사라진다는 문제가 발생했습니다. ## ✔️ To-Do - [ ] 세부적으로 적어주세요
youn9k reopened an issue on boostcampwm-2024/iOS04-PhotoGether
초대 버튼을 누르면 방번호를 생성한다
## ✅ 인수 조건 - [ ] 버튼을 누르면 ShareSheet가 올라온다 - [ ] ShareSheet에 방 번호를 담긴다
youn9k pushed 1 commit to feat/#61-architecture-refactoring boostcampwm-2024/iOS04-PhotoGether
  • fix/#61 :: 빌드 안되던 문제 수정 컨플릭트를 해결하면서 의존성이 날아갔었음.. ccdd025

View on GitHub

youn9k deleted a branch boostcampwm-2024/iOS04-PhotoGether

feat/#37-secrets-xcconfig

Kiyoung-Kim-57 pushed 1 commit to feat/#61-architecture-refactoring boostcampwm-2024/iOS04-PhotoGether

View on GitHub

Kiyoung-Kim-57 opened a pull request on boostcampwm-2024/iOS04-PhotoGether
[Feat/#61] 도메인에 위치했던 클라이언트들을 데이터로 이동시켰습니다
## 🤔 배경 - 기존에 우선적으로 P2P 연결을 위해 도메인에 위치시켰던 클라이언트들을 데이터 모듈로 연결시켰습니다. ## 📃 작업 내역 1. 아래 그림과 같이 기존(AS-IS)에서 현재 형태(TO-DO)로 구조를 바꿨습니다 ![image](https://github.com/user-attachments/assets/3ba03e25-...
Kiyoung-Kim-57 pushed 5 commits to feat/#61-architecture-refactoring boostcampwm-2024/iOS04-PhotoGether
  • refactor/#61 :: FetchStickerListUseCaseMock을 DomainTesting으로 이동 Co-Authored-By: Youngkyu Song <[email protected]> dea7f90
  • feat/#61 :: CountClientsUseCase를 테스트하기 위한 Mock 생성 - ConnectionClient Mock 생성 - ConnectionRepository Mock 생성 - CountC... 4bd7183
  • feat/#61 :: CountClientsUseCaseTest 생성 Co-Authored-By: Youngkyu Song <[email protected]> a12a165
  • chore/#61 :: client 이동에 따른 import 변경 Co-Authored-By: Youngkyu Song <[email protected]> 85d19f6
  • chore/#61 :: Update .pbxproj Co-Authored-By: Youngkyu Song <[email protected]> 0c1e995

View on GitHub

Kiyoung-Kim-57 pushed 1 commit to feat/#61-architecture-refactoring boostcampwm-2024/iOS04-PhotoGether
  • feat/#61 :: CountClientsUseCase 생성 - 임시로 Clients의 수를 제공하는 UseCase를 생성했습니다 Co-Authored-By: Youngkyu Song <ace_lephan... 30e55ce

View on GitHub

Load more