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

feat: add SearchBar to Leaderboard #84

Merged
merged 10 commits into from
Nov 30, 2024
Merged

feat: add SearchBar to Leaderboard #84

merged 10 commits into from
Nov 30, 2024

Conversation

sounmind
Copy link
Member

@sounmind sounmind commented Nov 23, 2024

image

체크리스트

  • 이슈가 연결되어 있나요?
  • 배포 후 브라우저 콘솔에 경고나 오류가 있나요?

@sounmind sounmind requested a review from a team as a code owner November 23, 2024 02:47
@sounmind sounmind linked an issue Nov 23, 2024 that may be closed by this pull request
@sounmind
Copy link
Member Author

SearchBar 스타일도 추가했습니다~

@DaleSeo
Copy link
Contributor

DaleSeo commented Nov 23, 2024

Select 요소의 기본 값이 "기수"이고, 이 것을 선택하면 모든 기수를 보여주네요. 제가 피그마에서 목업을 볼 때는 크게 못 느꼈는데 막상 사용해보니 좀 햇길리는 경험인 것 같아요. 어떻게 생각하시나요? @yolophg

Shot.2024-11-23.at.11.21.10.mp4

@DaleSeo
Copy link
Contributor

DaleSeo commented Nov 23, 2024

@sounmind 님, 유저 네임으로 필터링할 때 대부분의 사용자가 대소문자 구분을 신경쓰지 않을 것 같아요. 대소문자 무시해주실 수 있으실까요?

Shot.2024-11-23.at.11.25.42.mp4

src/components/SearchBar/SearchBar.tsx Outdated Show resolved Hide resolved
src/components/Leaderboard/Leaderboard.tsx Outdated Show resolved Hide resolved
src/components/Leaderboard/Leaderboard.tsx Outdated Show resolved Hide resolved
src/components/Leaderboard/Leaderboard.tsx Outdated Show resolved Hide resolved
@sounmind sounmind force-pushed the 57-searchbar-component-2 branch 2 times, most recently from 65f1b3c to d04bfaa Compare November 26, 2024 15:05
@yolophg
Copy link

yolophg commented Nov 27, 2024

Select 요소의 기본 값이 "기수"이고, 이 것을 선택하면 모든 기수를 보여주네요. 제가 피그마에서 목업을 볼 때는 크게 못 느꼈는데 막상 사용해보니 좀 햇길리는 경험인 것 같아요. 어떻게 생각하시나요? @yolophg

고민해봤는데 아래 두가지 선택지로 추려질 것 같습니다.
1번은 심플하게 '기수' -> '전체 기수'(or '모든 기수 보기', '전체 보기')로 텍스트를 변경해서 기본값 옵션을 좀 더 맥락이 드러나게 하여 전체 기수를 보는 옵션에 대해 더 명확히 하는 방법이 있을 것 같습니다.
Screenshot 2024-11-26 at 19 22 02

2번은 기본값을 '1기'로 두고, 전체 기수 보여주는 것을 아예 제외하고 가는 방법도 있을 것 같아요.
Screenshot 2024-11-26 at 19 22 36

개인적으로는, 전체 기수 옵션도 사용자에게 제공하고, 리더보드인만큼 사용자들로 하여금 다양한 데이터를 볼 수 있도록 주도권을 주면 좋을 것 같다는 생각이라, 텍스트를 좀 더 직관적으로 변경하는 1번 방법이 심플하고, 더 괜찮을 것 같다는 의견입니다!
@DaleSeo 님 생각도 궁금한데 어떠신가용?

FYI : @sounmind @SamTheKorean @Sunjae95 @HC-kang

@DaleSeo
Copy link
Contributor

DaleSeo commented Nov 29, 2024

@DaleSeo 님 생각도 궁금한데 어떠신가용?

@yolophg 1번 방법에 동의합니다!

@DaleSeo
Copy link
Contributor

DaleSeo commented Nov 29, 2024

@sounmind Chromatic이 UI 변경 사항을 추척할 수 있도록 리베이스 부탁드립니다!

@sounmind
Copy link
Member Author

@sounmind Chromatic이 UI 변경 사항을 추척할 수 있도록 리베이스 부탁드립니다!

완료했습니다~

@sounmind
Copy link
Member Author

@DaleSeo 님 생각도 궁금한데 어떠신가용?

@yolophg 1번 방법에 동의합니다!

코드에도 반영 완료했습니다!

Copy link
Contributor

@DaleSeo DaleSeo left a comment

Choose a reason for hiding this comment

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

피드백 반영해주셔서 감사합니다 🙇‍♂️ 검색 바 테스트해봤는데 잘 되는 것 같아요 😁

src/components/SearchBar/SearchBar.tsx Outdated Show resolved Hide resolved
sounmind and others added 4 commits November 30, 2024 13:46
Co-authored-by: Sam Lee <SamTheKorean@users.noreply.github.com>
Co-authored-by: 이선재 <Sunjae95@users.noreply.github.com>
@sounmind sounmind closed this Nov 30, 2024
@sounmind sounmind deleted the 57-searchbar-component-2 branch November 30, 2024 18:50
@sounmind sounmind restored the 57-searchbar-component-2 branch November 30, 2024 18:50
@sounmind sounmind reopened this Nov 30, 2024
@sounmind
Copy link
Member Author

image

@sounmind sounmind merged commit 47bafc4 into main Nov 30, 2024
4 checks passed
@sounmind sounmind deleted the 57-searchbar-component-2 branch November 30, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Searchbar component
3 participants