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(shelter): 보호소앱의 봉사 모집 리스트 아이템 클릭 이벤트 msw 연결 및 기능 추가 #193

Merged
merged 16 commits into from
Nov 27, 2023

Conversation

kutta97
Copy link
Contributor

@kutta97 kutta97 commented Nov 27, 2023

📌 이슈번호

📗 구현 내용

보호소앱의 봉사 모집 리스트 아이템 컴포넌트(VolunteerRecruitItem) 관련하여 작업

  • VolunteerRecruitItem 디자인 수정
    • 기존 피그마 디자인 명세와 미세하게 다른 부분들 수정
  • VolunteerRecruitItem 코드 리팩토링
    • 이벤트 핸들러가 리스트 페이지와 검색페이지에서 동일하여, custom hook 으로 분리함
  • VolunteerRecruitItem 클릭 이벤트 로직 추가
    • 마감하기, 삭제하기 버튼 클릭 시, Modal 띄우는 기능 추가
    • Modal 의 confirm 버튼을 통해 모집글 마감 또는 삭제
  • 모집 마감 및 모집글 삭제 기능 MSW 연결

📖 구현 스크린샷

📖 PR 포인트 & 궁금한 점

  • 봉사자 모집글 마감 또는 삭제 후 해당 아이템의 상태를 바꿔주는 로직이 필요한데, 각 상황에 맞는 쿼리 키를 어떻게 가져와야할 지 모르겠습니다.

@kutta97 kutta97 added the 🐣 Feat 새로운 기능 추가 label Nov 27, 2023
@kutta97 kutta97 added this to the Sprint_4 milestone Nov 27, 2023
@kutta97 kutta97 self-assigned this Nov 27, 2023
Copy link

vercel bot commented Nov 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
anifriends-frontend-shelter ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2023 6:27pm
anifriends-frontend-volunteer ⬜️ Ignored (Inspect) Visit Preview Nov 27, 2023 6:27pm

@kutta97 kutta97 changed the title feat(shelter): feat(shelter): 보호소앱의 봉사 모집 리스트 아이템 클릭 이벤트 msw 연결 및 기능 추가 Nov 27, 2023
Copy link
Contributor

@sukvvon sukvvon left a comment

Choose a reason for hiding this comment

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

LGTM!! 🙋🏻‍♂️

@kutta97 kutta97 merged commit b001692 into develop Nov 27, 2023
@kutta97 kutta97 deleted the feat/152 branch November 27, 2023 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐣 Feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 보호소앱의 봉사 모집 리스트 아이템 클릭 이벤트 msw 연결 및 기능 추가
2 participants