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

Feature/검색창의 기수별 정렬 순서 수정 #896

Closed
wants to merge 2 commits into from

Conversation

oxomi
Copy link
Collaborator

@oxomi oxomi commented May 23, 2024

연관 이슈

작업 요약

  • '활동 회원 관리 페이지'와 '직책 관리 페이지'의 회원 검색창에 뜨는 회원 목록에서, 기수별 순서가 제대로 정렬되지 않고 1, 10, 11, 12 ... 3, 4, 5 순으로 보이는 문제가 발생하여 로직을 다시 구현.

작업 상세설명

  • group(기수) 값을 정수로 변환하여 sort 메서드를 활용해 오름차순으로 정렬하였습니다.
  • 기수가 동일할 경우 localeCompare 메서드를 활용해 알파벳순으로 정렬하였습니다.

리뷰 요구사항

리뷰 예상 시간 : 1분

Preview 이미지

- group(기수) 값을 정수로 변환하여 sort 메서드를 활용해 오름차순 정렬
- 기수가 동일할 경우 localeCompare 메서드를 활용해 알파벳순 정렬

#892
@oxomi oxomi added the Feature 기능 추가 label May 23, 2024
@oxomi oxomi self-assigned this May 23, 2024
@oxomi oxomi changed the title fix : 검색창의 기수별 정렬 순서 수정 feature/검색창의 기수별 정렬 순서 수정 May 23, 2024
@oxomi oxomi changed the title feature/검색창의 기수별 정렬 순서 수정 Feature/검색창의 기수별 정렬 순서 수정 May 23, 2024
@oxomi oxomi removed the request for review from c0np4nn4 May 23, 2024 12:46
@oxomi oxomi closed this May 23, 2024
@oxomi oxomi deleted the feature/기수별_정렬순서_수정_#892 branch May 23, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant