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(fe): add chat and Q&A management slices with session store #28

Merged
merged 5 commits into from
Nov 7, 2024

Conversation

cjeongmin
Copy link
Collaborator

개요

  • Q&A의 질문 및 답변 전역 상태 관리를 위한 타입과 액션을 추가했습니다.
  • 채팅 전역 상태 관리를 위한 타입과 액션을 추가했습니다.

추가 내용

  • 데이터들의 타입은 임시로 ERD을 참고하여 작성했습니다. 이후에 제공되는 DTO에 따라 수정하는 방식으로 진행하거나, 어댑터를 추가하여 진행하겠습니다.

이슈

@cjeongmin cjeongmin added the Feature New feature or request label Nov 7, 2024
@cjeongmin cjeongmin self-assigned this Nov 7, 2024
@cjeongmin cjeongmin marked this pull request as draft November 7, 2024 05:07
@cjeongmin cjeongmin marked this pull request as ready for review November 7, 2024 05:16
Copy link
Collaborator

@yu-yj215 yu-yj215 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 정말 고생하셨습니다.

Copy link
Collaborator

@shl0501 shl0501 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cjeongmin cjeongmin merged commit 3288a52 into main Nov 7, 2024
1 check passed
@cjeongmin cjeongmin deleted the feat(@fe)/add-global-state-for-qa-chat branch November 7, 2024 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: Q&A, 채팅 전역 상태 추가
3 participants