هيكل المشروع
CAF Elit
│
├── 📱 App Entry (CAF_ElitApp.swift)
│ └── ContentView → MainTabView
│
├── 🎨 Views Layer
│ ├── MainTabView (6 tabs)
│ ├── HomeView, MatchesView, LeaguesView
│ ├── NewsView, StandingsView, SettingsView
│ └── Detail Views (Match, Team, Player, League, News)
│
├── 🧩 Components
│ ├── MatchRowView, LiveMatchCard
│ ├── MatchSummaryCard, PlayerCardView
│ └── TeamLogoView
│
├── 📦 Models
│ ├── Match, Team, League, Standing, News
│ ├── Lineup, MatchStatistics, Player
│ └── DTOs (SPLPulseLiveModels, APIResponseModels)
│
├── ⚙️ Services
│ ├── LiveAPIService (Orchestrator)
│ ├── SPLNetworkService (Network)
│ ├── SPLPulseLiveMapper (Mapping)
│ ├── NotificationManager
│ ├── LiveActivityManager
│ ├── SharedDefaults (App Group)
│ └── ThemeManager
│
└── 🔌 Extensions
├── caf wid (Widget Extension)
└── caf fitf (Notification Extension)