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] 기본 응답 메시지 구현 #29

Open
2 tasks
Juser0 opened this issue May 10, 2023 · 0 comments
Open
2 tasks

[Feat] 기본 응답 메시지 구현 #29

Juser0 opened this issue May 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Juser0
Copy link
Member

Juser0 commented May 10, 2023

📋 이슈 내용

현재는 응답이 제각각인 상황입니다

  • 로그인의 경우
    success / msg
  • 다른 경우
    POST여도 OK가 아닌 CREATED를 리턴해주어야하나 OK를 보내주는 상황 등

그래서 DefaultResponseDto를 구성하려고 합니다
구성요소로는 HttpStatus / Message(code) / Dto가 있습니다
Message(code)는 해당 Method에 대한 설명을 담습니다
ex) 책 조회 -> BOOK_FOUND
Dto는 없는 경우 빼고 리턴해줍니다 (오버로딩)

(Member의 DefaultResponseDto는 삭제 예정입니다.)

✅ 체크리스트

  • DefaultResponseDto 구현
  • DefaultResponseDto 적용

📚 레퍼런스

@Juser0 Juser0 added the enhancement New feature or request label May 10, 2023
@Juser0 Juser0 self-assigned this May 10, 2023
@Juser0 Juser0 changed the title [Feat] 기본 응답 메시지 구현 [Chore] 기본 응답 메시지 구현 May 10, 2023
@Juser0 Juser0 changed the title [Chore] 기본 응답 메시지 구현 [Feat] 기본 응답 메시지 구현 May 10, 2023
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

No branches or pull requests

1 participant