Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] 공부방 페이지 socket.io 연결 #44

Open
7 tasks
ii-0122 opened this issue Oct 2, 2024 · 0 comments
Open
7 tasks

[FEAT] 공부방 페이지 socket.io 연결 #44

ii-0122 opened this issue Oct 2, 2024 · 0 comments
Assignees

Comments

@ii-0122
Copy link
Collaborator

ii-0122 commented Oct 2, 2024

이슈 설명

[FEAT] 공부방 페이지 socket.io 연결

작업

  • 멀티 스터디방 페이지 생성
  • socket.io 연결 - connect / disconnect at SocketContext
  • socket.on server -> client

    getRoomAndMyInfo
    addMemberAndRequestUserInfo
    responseUserInfo
    recieveChat
    responseChat
    responseCreateTodo
    responseUpdatePlanner

  • socket.emit client -> server

    sendChat
    createPlanner
    modifyPlanner

  • useStudyRoomStore 수정 - todos 저장, 수정
  • useChatStore - 채팅 데이터 저장
  • 공부방 페이지 및 컴포넌트에서 필요한 models 추가

    chat.model.ts
    studyRoom.model.ts
    studyRoomTodos.model.ts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant