ZinnaChoi / Study-Management

온라인 스터디 관리 시스템: 부재 일정 캘린더, 토론 게시판 및 알림 기능 제공
8 stars 0 forks source link

[Fix Request] 멤버 검색 시 범위, 부분 검색 기능 추가 요청 #51

Closed ZinnaChoi closed 8 months ago

ZinnaChoi commented 9 months ago

아래 PR에서 언급한 것처럼 멤버 검색 시 범위, 부분 검색이 가능하도록 개선하면 좋을 것 같아요!

https://github.com/ZinnaChoi/Study-Management/pull/37

MeMyself-And-I commented 9 months ago

아래 PR에서 언급한 것처럼 멤버 검색 시 범위, 부분 검색이 가능하도록 개선하면 좋을 것 같아요!

이벤트 이름으로 멤버 찾을 때와 기상 시간으로 멤버 찾을 때 == (equal) 검색 보다는 부분 like 검색, 범위 검색이 더 유용할 것 같아요! 이벤트 이름 같은 경우는 like 검색, 기상시간은 (이상/이하) 그리고 기준(오전8시) 를 받아서 버뮈 검색으로 바꾸는 건 어떤가요? 쿼리가 너무 복잡해 진다면 JPA specification을 사용하면 조금 간단하게 할 수 있을 것 같아용 👍

37

https://github.com/ZinnaChoi/Study-Management/pull/47#discussion_r1466387196

MeMyself-And-I commented 8 months ago

최종 화면 설계 방안 https://github.com/ZinnaChoi/Study-Management/pull/84

MeMyself-And-I commented 8 months ago

이슈 해결 완료 https://github.com/ZinnaChoi/Study-Management/pull/95

ZinnaChoi commented 8 months ago

이슈 확인되어 close 하겠습니다~