INtiful / SootheWithMe

같이 달램
https://soothe-with-me.vercel.app/
0 stars 0 forks source link

feat: /gatherings 필터링 기능 구현 #89

Closed HMRyu closed 1 week ago

HMRyu commented 1 week ago

✏️ 작업 내용

📷 스크린샷

https://github.com/user-attachments/assets/f94195d8-2571-442c-ba96-060dd18011f4

✍️ 사용법

/gatherings 페이지에서 filtering, sorting 해 보시면 됩니다!

🎸 기타

useGatherings Hook

필터링 로직이 너무 길고 복잡해서 훅으로 분리했습니다!

z-index 수정

DropDown 및 Calendar 의 z-index 를 z-[10] 으로 수정했습니다!

fetchGatherings => getGatherings

fetch 함수 이름을 수정했습니다!

mock-image 추가

이미지가 없는 모임인 경우를 대비하여 임의로 mock-image 를 추가했습니다! 어떤 이미지를 default 로 넣을지는 함께 찾아봐도 좋을 것 같습니다!

확인 후 많은 피드백 부탁드립니다!