chore: Remove legacy migration stub files
CardLogic.swift, Engines.swift, and root ScannerViewModel.swift were empty migration notices pointing to the new modular structure. All actual code lives in Services/, Data/, and Features/ already. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
// ============================================================
|
|
||||||
// MIGRATION NOTICE — This file has been refactored.
|
|
||||||
// All code has been moved to the new modular structure.
|
|
||||||
// Remove this file from your Xcode project and add:
|
|
||||||
//
|
|
||||||
// Data/Models/Card.swift — CardFingerprint, CardMetadata,
|
|
||||||
// SavedCard, MatchResult
|
|
||||||
// Services/Vision/FeatureMatcher.swift — FeatureMatcher
|
|
||||||
// ============================================================
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
// ============================================================
|
|
||||||
// MIGRATION NOTICE — This file has been refactored.
|
|
||||||
// All code has been moved to the new modular structure.
|
|
||||||
// Remove this file from your Xcode project and add the
|
|
||||||
// new files from the following directories:
|
|
||||||
//
|
|
||||||
// Services/CoreML/ — ModelManager, ConditionEngine, FoilEngine, SetSymbolEngine
|
|
||||||
// Services/Vision/ — CardRecognizer (AnalysisActor), OCREngine
|
|
||||||
// Services/Vision/Heuristics/ — BorderDetector, CornerDetector, ListSymbolDetector,
|
|
||||||
// SaturationDetector, StampDetector
|
|
||||||
// Services/Cloud/ — CloudEngine, TrainingUploader
|
|
||||||
// Services/Utilities/ — StoreEngine, ExportEngine, DevEngine, ReviewEngine
|
|
||||||
// Data/Network/ — ScryfallAPI (fka InsuranceEngine), NetworkMonitor
|
|
||||||
// Data/Persistence/ — ImageManager, PersistenceActor
|
|
||||||
// ============================================================
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
// ============================================================
|
|
||||||
// MIGRATION NOTICE — This file has been refactored.
|
|
||||||
// ScannerViewModel has been split into two view models:
|
|
||||||
//
|
|
||||||
// Features/Scanner/ScannerViewModel.swift — Camera & scanning pipeline only
|
|
||||||
// Features/Collection/CollectionViewModel.swift — Collection state & persistence
|
|
||||||
//
|
|
||||||
// Remove this file from your Xcode project and add the
|
|
||||||
// two new files above. ContentView.swift has already been
|
|
||||||
// updated to use the new dual-ViewModel injection pattern.
|
|
||||||
// ============================================================
|
|
||||||
Reference in New Issue
Block a user