Proje: OkulUp CRM · Hub: OkulUp CRM — Domain

Okul Modülleri ve Feature Flags

CRM’deki her okul için SchoolSettings üzerinden modüller açılıp kapatılabilir.

Features (boolean toggle’lar)

features: {
  messaging: true,
  broadcast_messaging: true,
  attendance_reports: true,
  payment_summary: true,
  academic_reports: true,
  gallery: true,
  appointments: true,
  tracking: true,
  assignments: false,       // default kapalı
  document_requests: true,
  meal_menu: true
}

Policies

policies: {
  message_reply_default: "teacher_only",
  allow_parent_direct_message: true,
  show_teacher_read_receipts_to_parent: false,
  allow_teacher_payment_visibility: false,
  support_contact_source: "school"   // "school" | "platform"
}

Branding

branding: {
  school_display_name: "",
  primary_color: "#FF5F1F",    // OkulUp turuncu
  secondary_color: "#1F2937",
  logo_url: ""
}

Support

support: { email, phone, help_center_url }