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: 쪽지함 api 연결 #196

Merged
merged 26 commits into from
Jan 21, 2024
Merged

feat: 쪽지함 api 연결 #196

merged 26 commits into from
Jan 21, 2024

Conversation

shinhyojeong
Copy link
Member

@shinhyojeong shinhyojeong commented Dec 16, 2023

🔗 이슈 번호

⛳ 구현 사항

  • 쪽지목록 api 연결
  • 쪽지내용 api 연결
  • 쪽지 보내기 api 연결
  • 쪽지함 나가기

📚 구현 설명

  • 현재 상품 상세 작업에 의존성이 있어서 테스트가 필요한 상태입니다.

⏳ 실행 화면

### 쪽지 보내기
https://github.com/price-offer/offer-fe/assets/70738281/6dc45445-90d5-460d-9269-dd3f38a3b824

### 쪽지함 나가기
https://github.com/price-offer/offer-fe/assets/70738281/d76ad07c-a45c-46d5-8080-103b71e8c249

@shinhyojeong shinhyojeong requested a review from a team December 16, 2023 15:04
@shinhyojeong shinhyojeong self-assigned this Dec 16, 2023
@shinhyojeong shinhyojeong added feat 기능 추가, 삭제, 변경 In Progress Working labels Dec 16, 2023
src/apis/message/apis.ts Outdated Show resolved Hide resolved
src/apis/message/apis.ts Show resolved Hide resolved
src/apis/message/queries.ts Outdated Show resolved Hide resolved
src/apis/message/queries.ts Outdated Show resolved Hide resolved
src/apis/message/queries.ts Outdated Show resolved Hide resolved
src/components/messagebox/ChattingRoom/index.tsx Outdated Show resolved Hide resolved
src/pages/messagebox/index.tsx Outdated Show resolved Hide resolved
src/pages/messagebox/index.tsx Outdated Show resolved Hide resolved
src/pages/messagebox/index.tsx Show resolved Hide resolved
src/pages/messagebox/index.tsx Outdated Show resolved Hide resolved
Copy link
Member

@chojooyoung chojooyoung left a comment

Choose a reason for hiding this comment

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

고생하셧써요!

Copy link
Member

@sonsurim sonsurim left a comment

Choose a reason for hiding this comment

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

LGTM!!

@shinhyojeong shinhyojeong merged commit 1549d49 into develop Jan 21, 2024
@shinhyojeong shinhyojeong deleted the feat/#195_messagebox-api branch January 21, 2024 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 추가, 삭제, 변경 Finish Code Review
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

feat: 쪽지함 api 연결
3 participants