Skip to content

[KW-311] feat: 병원 목록 조회 API 연동#53

Merged
js4939 merged 1 commit intodevelopfrom
KW-311/feat/access-request-api
May 13, 2025
Merged

[KW-311] feat: 병원 목록 조회 API 연동#53
js4939 merged 1 commit intodevelopfrom
KW-311/feat/access-request-api

Conversation

@js4939
Copy link
Contributor

@js4939 js4939 commented May 13, 2025

🔷 관련 Jira Ticket ID

KW-311


📌 작업 내용 및 특이사항

  • 병원 목록 조회 API 연동 완료

  • NormalList 컴포넌트에서 특정 항목 선택 시 디자인 변경 코드 제거

  • NormalList 컴포넌트 수정: 다음 페이지에 넘길 정보 전달 받도록 수정

📚 참고사항

  • NormalList 컴포넌트 사용 시, navigationParams 속성을 아래와 같이 설정하면, 필요한 정보를 다음 페이지로 전달할 수 있습니다.
    navigationParams={(item) => ({
    hospitalId: item.hospitalId,
    hospitalName: item.hospitalName,
    })}

@github-actions github-actions bot changed the title KW-311/feat: 병원 목록 조회 API 연동 [KW-311] feat: 병원 목록 조회 API 연동 May 13, 2025
Copy link
Contributor

@jiwon0226 jiwon0226 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

@jaeyeonmando jaeyeonmando left a comment

Choose a reason for hiding this comment

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

확인하였습니다!

@js4939 js4939 merged commit 52c76d1 into develop May 13, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants