-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Admin] Component: List event details - UI component #219 #266
[Admin] Component: List event details - UI component #219 #266
Conversation
src/AzureOpenAIProxy.PlaygroundApp/Components/Layout/NavMenu.razor
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/Pages/Events.razor
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/ListEventDetailsComponent.razor
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/ListEventDetailsComponent.razor
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/EventsPageTests.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/EventsPageTests.cs
Outdated
Show resolved
Hide resolved
96f49f6
to
763000f
Compare
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.
코멘트 확인해 주세요!
src/AzureOpenAIProxy.PlaygroundApp/AzureOpenAIProxy.PlaygroundApp.csproj
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/AzureOpenAIProxy.PlaygroundApp.csproj
Outdated
Show resolved
Hide resolved
...AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/AdminEventDetailElemActiveComponent.razor
Outdated
Show resolved
Hide resolved
...AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/AdminEventDetailElemActiveComponent.razor
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/AdminListEventDetailsComponent.razor
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/AdminEventsPageTests.cs
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/Pages/AdminEvents.razor
Outdated
Show resolved
Hide resolved
@praivesi 빌드 깨졌습니다~ |
429c525
to
a87044d
Compare
24.08.28 기준으로 rebase 하여 다시 PUSH 했습니다! |
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.
몇가지 네이밍 컨벤션이랑 scoped CSS 쓰는 쪽으로 바꿔보시지요.
test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/AdminEventsPageTests.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/AdminEventsPageTests.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.PlaygroundApp.Tests/Pages/AdminEventsPageTests.cs
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/AdminEventsComponent.razor
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/AdminEventIsActiveComponent.razor
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/AdminEventIsActiveComponent.razor
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/AdminEventsComponent.razor
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.
몇가지 간단한 하우스키핑 정도만 해 보시지요.
src/AzureOpenAIProxy.PlaygroundApp/Components/Pages/AdminEvents.razor
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/AdminEventsComponent.razor
Outdated
Show resolved
Hide resolved
src/AzureOpenAIProxy.PlaygroundApp/Components/UI/Admin/AdminEventsComponent.razor
Outdated
Show resolved
Hide resolved
1d33397
to
86beb22
Compare
@using 과 private scope 정리하였습니다! |
빌드 깨집니다! 리포지토리 최신화 해 보신 후에 다시 해 보세요. |
- src/AzureOpenAIProxy.PlaygroundApp/Components/Layout/NavMenu.razor 변경 내역 제거 - 불필요한 attribute 제거 - PlaygroundApp 프로젝트에 ApiApp 프로젝트를 참조 추가하여 ApiApp.Models.AdminEventDetails 사용 - 테스트 파일 이름 변경 (EventPageTests -> AdminEventPageTests) - AdminEventPageTests 테스트에서 테이블 로드 waiting 시간 변경 (0.2 sec => 2 sec) - EventDetailElemComponent 에서 SubText property의 타입을 nullable로 변경
- ListEventDetailsComponent 에서 <table> 대신 DataGrid를 사용하는 방식으로 변경
86beb22
to
6c899bf
Compare
24.09.02 기준으로 최신화 하였습니다! |
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.PlaygroundApp.Tests/Pages/AdminEventsPageTests.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.
고생하셨습니다! LGTM!
개요
#219
목표: Admin 사용자가 브라우저를 통해 '/admin/events' 로 접속 시 Admin Events 화면이 표출
구현 화면
구현 내용
1. Admin Events Page 구현
2. AdminEventsComponent구현
3. AdminEventIsActiveComponent 구현
4. 테스트 추가