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

[Playground] 177 auth UI component #280

Merged
merged 43 commits into from
Sep 16, 2024

Conversation

pmj-chosim
Copy link
Contributor

@pmj-chosim pmj-chosim commented Aug 31, 2024

<API key input component UI 구현>

image

  1. API Key Input Component 추가
  • 파일: ApiKeyInputComponent.razor
  • 상세 내용: FluentTextField를 사용하여 마스킹된 API 키 입력 필드를 구현. 이 컴포넌트는 사용자 입력을 받아 내부 상태를 업데이트하고, OnKeyInput 이벤트를 통해 부모 컴포넌트에 입력된 API 키를 전달하는 역할.
  1. Playwright UI 테스트 추가
  • 파일: PlaygroundPageTests.cs
  • 상세 내용: 기존 파일에 API 키 입력 필드 컴포넌트를 테스트하는 Playwright UI 테스트 추가.

API 키 입력 필드가 표시되는지 확인
API 키 입력 필드에 값을 입력했을 때 값이 제대로 업데이트 되는지 확인

@pmj-chosim pmj-chosim changed the title 177 auth UI component [Playground] 177 auth UI component Aug 31, 2024
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.

수정사항 코멘트 남겨뒀습니다.

@justinyoo
Copy link
Contributor

@pmj-chosim 컨플릭 먼저 해결하고 진행하시지욥

@justinyoo
Copy link
Contributor

@pmj-chosim PR 본문이 처음엔 있었는데, 자꾸 닫고 열고 하는 과정에서 사라졌네요? PR 본문을 제대로 작성해 주세요.

@justinyoo
Copy link
Contributor

로컬에서 테스트 돌려보고 올리는 것 맞나요?

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.

테스트 관련해서 리뷰 코멘트 남겨뒀습니다.

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.

테스트 페이지 로직은 신경 쓰지 않아도 됩니다. 이제 테스트 페이지는 없어질 거예요.

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 4c2e4db into aliencube:main Sep 16, 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.

[Playground] Component for auth (UI only)
2 participants