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

[OpenAPI] Add endpoint for list of deployment models #294

Merged

Conversation

jihyunmoon16
Copy link
Contributor

  • PlaygroundEndpointUrls.cs 파일에 엔드포인트 추가
  • PlaygroundEndpoint.cs 파일에 openapi 명세서 추가
  • Program.cs 파일에 작성한 엔드포인트 메소드 추가
  • DeploymentModelsDetails.cs 클래스 생성
    -이 클래스는 모델 아이디, 모델 이름, 그리고 버전 정보를 가지고 있도록 만들었습니다. (id만 필수값으로 정했어요)

테스트 코드도 곧 추가하겠습니다!

@justinyoo
Copy link
Contributor

어떤 이슈에 대응하기 위한 것인가요?

@jihyunmoon16
Copy link
Contributor Author

어떤 이슈에 대응하기 위한 것인가요?

#169 이 이슈입니다

Copy link
Contributor

@justinyoo justinyoo 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
Contributor

@justinyoo justinyoo left a comment

Choose a reason for hiding this comment

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

리뷰 코멘트 남겨뒀습니다!

@jihyunmoon16
Copy link
Contributor Author

스웨거 화면
image

DeploymentModelDetails Schema
image

@justinyoo
Copy link
Contributor

@jihyunmoon16 좋습니다! 앞에서 코드리뷰한 부분을 수정해 보면 될 듯 해요.

Copy link
Contributor

@justinyoo justinyoo 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
Contributor

@justinyoo justinyoo left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! LGTM!

@justinyoo justinyoo merged commit 5cdf5f5 into aliencube:main Sep 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[OpenAPI] Add endpoint for list of deployment models
2 participants