Skip to content

Feature/세미나 출석 정보 조회시 기수와 이름 정렬을 추가한다.#417

Merged
lcqff merged 1 commit intodevelopfrom
feature/세미나_출석_정보_조회시_이름_정렬_추가
Mar 4, 2024

Hidden character warning

The head ref may contain hidden characters: "feature/\uc138\ubbf8\ub098_\ucd9c\uc11d_\uc815\ubcf4_\uc870\ud68c\uc2dc_\uc774\ub984_\uc815\ub82c_\ucd94\uac00"
Merged

Feature/세미나 출석 정보 조회시 기수와 이름 정렬을 추가한다.#417
lcqff merged 1 commit intodevelopfrom
feature/세미나_출석_정보_조회시_이름_정렬_추가

Conversation

@lcqff
Copy link
Copy Markdown
Collaborator

@lcqff lcqff commented Feb 27, 2024

🔥 Related Issue

close: #394

📝 Description

기존의 세미나 출석 정보 조회는 생성된 회원 순으로 정렬됩니다.
세미나 출석 정보 조회를 기수 순으로 정렬하고, 동일 기수 내라면 이름 순으로 정렬하는 코드를 추가했습니다.

⭐️ Review Request

정렬 Controller 코드 단에서 하는 걸로 괜찮을까요?
테스트 코드를 따로 작성 안하고 기존 테스트 코드만 살짝 수정했습니다. 기수 순으로도 잘 정렬 되는지 테스트 추가하고 싶었는데 Generation을 설정하려면 엔티티 코드를 건드려야 할거 같아서 일단 뺐습니다... (기수순으로도 정렬 되는거 확인은 했습니다!)
추가적인 테스트 코드 필요할 거 같으면 말씀해주세요~!

- 기수 순으로 정렬한다.
- 동일 기수 내라면 이름 순으로 정렬한다.

#394
@lcqff lcqff requested review from hyuunnn and shkisme February 27, 2024 10:17
@lcqff lcqff self-assigned this Feb 27, 2024
@lcqff lcqff added 🚀 feature 새로운 기능 구현 및 개선사항 ⭐️ backend 백엔드 코드 작성 🛠️ refactor 코드 리팩토링 (기능 변경 X) and removed 🚀 feature 새로운 기능 구현 및 개선사항 ⭐️ backend 백엔드 코드 작성 labels Feb 27, 2024
@lcqff lcqff requested review from 02ggang9, JJimini, amaran-th, sososo0 and stopmin and removed request for hyuunnn February 27, 2024 11:18
Copy link
Copy Markdown
Contributor

@shkisme shkisme 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
Copy Markdown
Collaborator

@sososo0 sososo0 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
Copy Markdown
Collaborator

@JJimini JJimini 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
Copy Markdown
Collaborator

@stopmin stopmin left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

정렬하는 것은 비지니스적인 로직이 아니라, 백엔드 단에서 프론트에게 보내는 과정에서 필요한 부분이라 생각해서 Controller단에서 해도 상관없다고 생각합니다!

@lcqff lcqff merged commit b85c629 into develop Mar 4, 2024
@lcqff lcqff deleted the feature/세미나_출석_정보_조회시_이름_정렬_추가 branch March 4, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🛠️ refactor 코드 리팩토링 (기능 변경 X)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT] 세미나 출석 정보를 조회할 때 이름 정렬을 추가한다.

5 participants