Skip to content

fix(mobile): 클라이언트 계약 정렬 + 위기 흐름 안전화 + 종료멘트/설문 전환 - #81

Merged
dhkim-kr merged 2 commits into
Masterfrom
fix/mobile-client-alignment
Jul 25, 2026
Merged

dhkim-kr merged 2 commits into
Masterfrom
fix/mobile-client-alignment

Conversation

@dhkim-kr

@dhkim-kr dhkim-kr commented Jul 25, 2026

Copy link
Copy Markdown
Member

개요

BUG-062~066 후속 클라이언트 계약 정렬과 위기 흐름 안전화, BUG-085 종료멘트 2단계(goSurvey 전환 전
설문 안내 말풍선)를 적용한다.

관심사별 변경

  • hospitals/records 탭, emergency, intake/chat 화면 계약 정렬 및 위기 흐름 안전화
  • lib/api.ts, mock.ts, prefs.ts, secure-store.ts 정비
  • BUG-085 종료멘트 1~2단계: goSurvey 전환 전 설문 안내 말풍선 추가
  • 루트 tsconfig.json(expo/tsconfig.base 확장) — 모바일 워크스페이스 타입체크

File changes

File 변경 요지 관련 doc ID
app/(patient)/(tabs)/hospitals.tsx 계약 정렬 BUG-062~066
app/(patient)/(tabs)/records.tsx 계약 정렬 BUG-062~066
app/(patient)/emergency.tsx 위기 흐름 안전화 BUG-062~066
app/(patient)/intake/chat.tsx 계약 정렬 + 종료멘트 BUG-085
lib/api.ts, mock.ts, prefs.ts, secure-store.ts 클라이언트 계약/보안 정비 BUG-062~066
package.json 의존성 조정 -
tsconfig.json (루트, 신규) expo/tsconfig.base 확장 -

검증

항목 근거
오프라인 스위트 318 passed (integration_status_report.md)
라이브 qa 게이트 green

의존/머지 순서

contracts(#77) → backend-api(#79)/ai-server(#80) → mobile(본 PR).


2026-07-25 재중재 — Master c0622ce 리베이스

사용자 확정 결정에 따라 병원찾기 화면은 Master의 FR-049 hospitals.tsx를 전면 채택하고
본 PR의 FR-012 화면(backend-proxy GET /api/v1/facilities 배선 포함, lib/api.ts의
Facility/FacilitiesList/listNearbyFacilities, lib/mock.ts의 목 데이터)은 폐기했다.
react-native-webview는 Master의 13.15.0 고정(SDK 54 권장)을 채택하고, 본 PR 고유의
web-preview 의존성(react-native-web)은 유지했다. emergency.tsx/intake/chat.tsx는 양쪽
의도(수집율 노출 제거 + goSurvey 2단계 안내 버블 ∧ Master #87의 가입 3단계/PushToTalk 변경)를
병존시켜 병합했다. pnpm-lock.yamlpnpm install --lockfile-only로 재생성(별도 커밋)해
CI의 ERR_PNPM_OUTDATED_LOCKFILE을 해소했다. pnpm install --frozen-lockfile
pnpm --filter @neuro-sync/mobile typecheck 통과, Platform CI(apps/api + apps/{web,mobile})
green 확인.

dhkim-kr added 2 commits July 25, 2026 22:58
BUG-062~066 후속 클라이언트 계약 정렬(hospitals/records/emergency/
intake chat), lib/api.ts·mock.ts·prefs.ts·secure-store.ts 정비,
BUG-085 종료멘트 1~2단계(goSurvey 전환 전 설문 안내 말풍선). 루트
tsconfig.json은 expo/tsconfig.base 확장(모바일 워크스페이스 타입체크).
…22ce

lockfile-only refresh so CI does not hit ERR_PNPM_OUTDATED_LOCKFILE after
adopting Master's react-native-webview@13.15.0 pin and expo-location addition.
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.

1 participant