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] MyMeeting 등록한 과팅에 대한 요청된 리스트 비즈니스 로직 리팩토링 #246

Open
2 tasks
kingyong9169 opened this issue Jan 30, 2023 · 0 comments
Assignees
Labels
💻 Feature 기능 개발 ♻︎ Refactor 코드 리팩토링 작업

Comments

@kingyong9169
Copy link
Contributor

kingyong9169 commented Jan 30, 2023

💡 개요

등록한 과팅에 대한 요청된 리스트 비즈니스 로직 리팩토링

🤩 기능 설명

현재 요청된 리스트에 진입 시 mock데이터를 이용하여 가져옵니다. 그리하여 서버에서 데이터를 가져오거나 이전에 존재했던 등록한 과팅에 대한 데이터를 재사용하여 보여줘야 합니다.

🍒 세부 기능

어떤 세부 기능을 구현할지 말씀해주세요.

  • 등록한 과팅에 대한 요청된 리스트 비즈니스 로직 리팩토링
  • 요청된 리스트 아이템 클릭 시 디테일 페이지로 이동

📖 참고 사항

@kingyong9169 kingyong9169 added 💻 Feature 기능 개발 ♻︎ Refactor 코드 리팩토링 작업 labels Jan 30, 2023
@kingyong9169 kingyong9169 self-assigned this Jan 30, 2023
kingyong9169 added a commit that referenced this issue Jan 30, 2023
## 💡 이슈
resolve #222

## 🤩 개요
MY 과팅 탭에서 내가 등록한 미팅을 클릭했을 때 그 미팅에 신청한 팀의 리스트를 보여줍니다.

## 🧑‍💻 작업 사항
- [x] `/api/board/{boardId}/request` 요청 타입, 반환 타입 작성.
- [x] axios 함수 및 커스텀 쿼리 훅 작성.
- [x] MY과팅 페이지에서 쿼리 훅 사용.

### 동용 작업 사항
- DTO
변경(https://leeward-overcoat-5b3.notion.site/GET-45fd5229a4044e2ab4c10f99d8321ab5):
To-Be 응답 참고
- 변경된 DTO에 따라 타입 변경 및 리팩토링
- mock handler작성
- `RegisterDetailPage` 페이지에서 불필요한 코드 제거
- `RegisterPage`페이지에서 미팅 클릭 시 id값으로 요청 리스트 호출

## 📖 참고 사항
- mock handler를 이용하여 api 연결
- #246, #247 해결 필요


https://user-images.githubusercontent.com/62797441/215498784-c60199f8-39d3-4cbc-a1ea-acd54150996b.mov

---------

Co-authored-by: 동동이 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 Feature 기능 개발 ♻︎ Refactor 코드 리팩토링 작업
Projects
None yet
Development

No branches or pull requests

1 participant