feat: AtchaV2 Phase 1 — 서버 계약 이식 (Domain 확장 + AtchaData 실 엔드포인트) - #339
Merged
Conversation
- Domain: Place/LastRoute/AlarmInfo 엔티티, LastRouteSearchResult 정규화 enum, Repository·디바이스 포트 6종, UseCase 7종 (등록 순서·정규화 정책 포함) - AtchaData: Route/Place/Alarm 엔드포인트, APIResponse envelope 해체 헬퍼, 레거시 실측 DTO 이식(toEntity, KST 고정 파싱, mode unknown 폴백), RepositoryImpl 3종 - 테스트: Domain 정책 8개 + AtchaData 인라인 픽스처 28개 (Swift Testing) - 미확정 입력 #3(빈 목록=serviceEnded 가정)·#4(클라 삭제 후 등록)는 TODO로 격리 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 task
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.
개요
AtchaV2 Phase 1 — 레거시 앱의 실서버 계약을 AtchaV2로 이식합니다. Domain 확장 + AtchaData 실 엔드포인트 구현.
주요 변경
Domain
Place/LastRoute/AlarmInfo,LastRouteSearchResult정규화 enumAtchaData
APIResponseenvelope 해체 헬퍼toEntity(), KST 고정 파싱, mode unknown 폴백), RepositoryImpl 3종검증
🤖 Generated with Claude Code