-
Notifications
You must be signed in to change notification settings - Fork 18
[OpenAPI] Add endpoint for view event details #207 #231
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 view event details #207 #231
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@juhangil 첫 시작이 아주 좋습니다! 코멘트 남겨뒀구요, 이와 관련해서 테스트 코드도 좀 만들어 볼까요?
만약 테스트 코드 짜는 게 감이 안오면 말씀해 주세요.
src/AzureOpenAIProxy.ApiApp/Endpoints/AdminEventDetailsEndpoint.cs
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.ApiApp/Endpoints/AdminEventDetailsEndpoint.cs
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.ApiApp/Endpoints/AdminEventDetailsEndpoint.cs
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.ApiApp/Endpoints/AdminEventDetailsEndpoint.cs
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.ApiApp/Endpoints/AdminEventDetailsEndpoint.cs
Outdated
Show resolved
Hide resolved
- remove fake implementation in admin event details endpoint - Replace event details url file, EndpointUrls.cs to AdminEndpointUrls.cs - Rename AdminEventDetailsEndpoint.cs to AdminEventEndpoints.cs - Change url route parameter eventID to eventId
Test ResultsTests
|
- AddAdminEventDetails to AddAdminEvents - Replace region to comment
…-details Add admin event api unit test for path
…thub.com/juhangil/azure-openai-sdk-proxy into feature/207-endpoint-admin-event-details
Test ResultsTests
|
Test ResultsTests
|
Test ResultsTests
|
test/AzureOpenAIProxy.AppHost.Tests/Fixture/AspireHostFixture.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/Fixture/AspireHostFixture.cs
Outdated
Show resolved
Hide resolved
좋은데요? 응답 페이로드만 고민해 보면 될 듯 합니다. |
네 모델이랑 테스트 적용해서 완료되면 추가로 커밋하겠습니다 |
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/AdminGetEventEventDetailsOpenApiTests.cs
Outdated
Show resolved
Hide resolved
Test ResultsTests
|
@justinyoo 요청하신 변경사항이랑 페이로드 정의 후 테스트 적용하였습니다 |
Test ResultsTests
|
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/AdminGetEventDetailsOpenApiTest.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/AdminGetEventDetailsOpenApiTest.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/AdminGetEventDetailsOpenApiTest.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
마지막 리뷰가 될 것 같은데, 코드 청소용입니다.
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/AdminGetEventDetailsOpenApiTests.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/AdminGetEventDetailsOpenApiTests.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/AdminGetEventDetailsOpenApiTests.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/AdminGetEventDetailsOpenApiTests.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
#207
러프하게 작업을 진행해봤습니다
혹시 방향성이 맞을까요?