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

Feature/#60 backend chatting #72

Open
wants to merge 34 commits into
base: develop
Choose a base branch
from
Open

Conversation

kim1387
Copy link
Member

@kim1387 kim1387 commented Jun 7, 2022


name: Pull Request
about: pr 설명
title: "[PR]"
labels: ""
assignees: ''


추가한 기능 설명

stomp를 이용한 채팅 기능 완료 부분

  • 채팅방 생성 채팅
  • 채팅 보내기 기능

아직 만들지 못한 부분

  • 메시지 조회
  • 메시지 채팅방별 조회

check list

  • issue number를 브랜치 앞에 추가 하였는가?
  • 그외의 pr 규칙을 잘 지켰는가?
  • 모든 단위 테스트를 돌려보고 기존에 작동하던 테스트에 영향이 없는 것을 확인했는가?
    설명
  • naver code style formatting(단축키)을 했는가?
  • 우테코 pr 규칙을 준수하였는가?

kim1387 added 30 commits May 17, 2022 23:41
- 자기 자신의 게시물에 채팅을 팔 수 없도록 예외처리한다.
- 판매자를 찾을 수 없을 경우 예외처리 한다.
- 이미 숨겨진 채팅방은 또 숨기려고 할 때 예외 처리
- 채팅방을 찾을 수 없을 때 예외 처리
- 채팅방을 숨길 때 응답 DTO
kim1387 added 4 commits June 6, 2022 20:54
…ature/#60_backend_chatting

� Conflicts:
�	backend/src/main/java/com/hjjang/backend/global/response/code/ErrorCode.java
�	backend/src/main/java/com/hjjang/backend/global/response/code/SuccessCode.java
@kim1387 kim1387 added the enhancement New feature or request label Jun 7, 2022
@kim1387 kim1387 self-assigned this Jun 7, 2022
@kim1387
Copy link
Member Author

kim1387 commented Jun 7, 2022

  • 건의 사항
    errorCode와 SuccessCode Enum은 도메인 별로 따로 관리하는 것이 어떤가

Copy link
Contributor

@0BVer 0BVer left a comment

Choose a reason for hiding this comment

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

확인했습니다

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

Successfully merging this pull request may close these issues.

2 participants