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

[Fix] DTO Response Model 재정의 #33

Closed
3 tasks
Juser0 opened this issue May 23, 2023 · 0 comments
Closed
3 tasks

[Fix] DTO Response Model 재정의 #33

Juser0 opened this issue May 23, 2023 · 0 comments
Assignees
Labels
📘 Documentation 명세나 markdown 파일 등 문서 요소 관련

Comments

@Juser0
Copy link
Member

Juser0 commented May 23, 2023

📋 이슈 내용

현재 Swagger에서 나타나는 명세에서는 예시 모델과 불일치하는 모델이 예시 값으로 주어지는 상황입니다.
그래서 Client 측에서 직접 Method 실행 후 DTO 구조를 정의하는 방식으로 API 통신을 진행하고 있습니다.

해당 문제를 해결하기 위해 Response Model에 대한 부분을 재정의 하는 작업이 필요합니다.
또한, Model들에 예시 값을 부여하여 어떤 형태 인지 확인하게 해줄 수 있음과 동시에 테스트하기 좋은 환경을 구성하는 것이 좋아보입니다.

✅ 체크리스트

  • Swagger 명세에서 문제가 있는 부분 탐색
  • Response Model 부분 수정
  • Model 중 예시 값이 없는 경우 추가

📚 레퍼런스

@Juser0 Juser0 added the 📘 Documentation 명세나 markdown 파일 등 문서 요소 관련 label May 23, 2023
@Juser0 Juser0 self-assigned this May 23, 2023
@Juser0 Juser0 changed the title [Style] DTO Response Model 재정의 [Fix] DTO Response Model 재정의 May 23, 2023
Juser0 added a commit that referenced this issue May 25, 2023
eunki96 added a commit that referenced this issue May 25, 2023
[Fix] DTO Response Model 재정의 확인
@Juser0 Juser0 closed this as completed Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📘 Documentation 명세나 markdown 파일 등 문서 요소 관련
Projects
None yet
Development

No branches or pull requests

1 participant