fix(mobile): 클라이언트 계약 정렬 + 위기 흐름 안전화 + 종료멘트/설문 전환 - #81
Merged
Merged
Conversation
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.
dhkim-kr
force-pushed
the
fix/mobile-client-alignment
branch
from
July 25, 2026 14:03
cf1cd13 to
223c4cc
Compare
This was referenced Jul 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
BUG-062~066 후속 클라이언트 계약 정렬과 위기 흐름 안전화, BUG-085 종료멘트 2단계(goSurvey 전환 전
설문 안내 말풍선)를 적용한다.
관심사별 변경
File changes
검증
의존/머지 순서
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.yaml은pnpm 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 확인.