You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [REFACTOR]: 여러 유즈케이스를 사용함으로 인한 네이밍 변경
* [FEAT]: 피어에게서 전송할 이벤트와 전달받은 이벤트를 방출할 NoticedEventRepository 프로토콜 및 구현체 구현
* [FEAT]: 피어들에게 공유 컨테이너를 열라는 이벤트를 알리고, 전달받는 OpenSharedContainerUseCase 프로토콜 및 구현체 구현
* [FEAT]: 버튼이 탭 된 이벤트에 대한 입력, 공유 컨테이너를 여는 이벤트에 대한 출력을 정의
* [FEAT]: 편집하기 버튼을 눌러 모든 피어가 공유 컨테이너 화면으로 진환하는 기능 구현
* [FEAT]: DI컨테이너에 의존성 등록
* [CHORE]: 파일 추가로 인한 프로젝트 변경사항 적용
* [REFACTOR]: BrowsingUserRepository로 공유컨테이너 화면 전환 코드 통합 및 수정사항 적용
* [REFACTOR]: EventRepository 제거
💡 요약
편집하기 버튼을 누르면 연결된 모든 피어가 공유컨테이너 화면으로 이동하는 기능을 구현합니다.
💻 Todo
The text was updated successfully, but these errors were encountered: