Proje: Okul B2B App · Hub: Okul B2B App — Architecture
Sistem Genel Bakış
Okulcomtr B2B App, Türkiye’deki eğitim kurumlarının (okullar) potansiyel müşterilerden gelen başvuruları (lead) yönetmesine, okul galerisini düzenlemesine ve okul içerik (duyuru/etkinlik/başarı) yönetimi yapmasına olanak tanıyan React Native/Expo uygulamasıdır.
Teknoloji Stack
| Katman | Teknoloji |
|---|---|
| Framework | React Native 0.81.5 + Expo SDK 54 |
| Navigation | Expo Router 6 (file-based) |
| State | React Context API (no Redux/Zustand) |
| Styling | StyleSheet (no Tailwind/styled-components) |
| HTTP Client | Custom ApiClient (fetch tabanlı) |
| Güvenli Depolama | expo-secure-store |
| Push Notification | OneSignal (react-native-onesignal) |
| Analytics | Firebase Analytics + Customer.io |
| Crash Reporting | Firebase Crashlytics |
| OTA Update | EAS Update (expo-updates) |
| Build | EAS Build |
| Image Handling | expo-image, expo-image-picker, expo-image-manipulator |
| Gallery Sort | react-native-sortables |
| Animations | React Native Reanimated 4 |
Uygulama Yapısı
OkulcomtrB2BApp/
├── app/ # Expo Router - sayfa dosyaları
│ ├── _layout.tsx # Root layout (auth guard, onboarding, update check)
│ ├── (tabs)/ # Alt tab navigasyon grubu
│ │ ├── index.tsx # Ana sayfa (dashboard + recent leads)
│ │ ├── leads.tsx # Başvurular listesi
│ │ ├── gallery.tsx # Galeri yönetimi
│ │ ├── content.tsx # Okul içerikleri (duyuru/etkinlik/başarı)
│ │ ├── profile.tsx # Profil & ayarlar
│ │ └── _layout.tsx # Tab bar layout
│ └── legal/ # Gizlilik/kullanım şartları
├── services/ # Business logic (API çağrıları)
├── contexts/ # React Context (global state)
├── components/ # Yeniden kullanılabilir UI bileşenleri
├── utils/ # Yardımcı fonksiyonlar
├── constants/ # Config, renkler, sabitler
├── types/ # TypeScript tip tanımları
├── hooks/ # Custom React hooks
└── assets/ # Görseller, fontlar
Bundle ID / Package
- iOS:
com.okulcomtr.b2b - Android:
com.okulcomtr.b2b - App Store:
https://apps.apple.com/app/id6756682421 - Play Store:
https://play.google.com/store/apps/details?id=com.okulcomtr.b2b - EAS Project ID:
f9381872-512a-4ca0-bd72-d2b1892dcc16
New Architecture
Her iki platform da New Architecture aktif (React Native 0.81.5 özelliği).
Related
- servis-katmani-haritasi — tüm servisler ve sorumlulukları
- data-flow — API’den UI’a veri akışı
- navigation-yapisi — ekran hiyerarşisi ve yönlendirme