departments top-level constant

List<String> const departments

Implementation

const departments = [
  // Kỹ thuật và phát triển
  'Engineering', 'Software Development', 'Product Development', 'QA & Testing',
  'DevOps',
  'Research and Development', 'Data Science', 'Machine Learning',
  'Artificial Intelligence',

  // Marketing và truyền thông
  'Marketing', 'Digital Marketing', 'Social Media', 'Public Relations',
  'Content Creation',
  'Branding', 'SEO', 'PPC Advertising', 'Email Marketing',
  'Influencer Relations',

  // Bán hàng và phát triển kinh doanh
  'Sales', 'Business Development', 'Account Management', 'Inside Sales',
  'Field Sales',
  'Customer Success', 'Sales Operations', 'Sales Enablement', 'Market Research',

  // Hỗ trợ khách hàng và dịch vụ khách hàng
  'Customer Support', 'Customer Service', 'Technical Support', 'Help Desk',
  'Client Services',
  'Customer Care', 'Customer Retention', 'Account Support',

  // Nhân sự và quản lý tài năng
  'Human Resources', 'Talent Acquisition', 'Employee Relations',
  'Learning & Development', 'Compensation and Benefits',
  'HR Operations', 'Organizational Development', 'Workplace Culture',
  'Employee Engagement',

  // Tài chính và kế toán
  'Finance', 'Accounting', 'Payroll', 'Financial Planning & Analysis', 'Tax',
  'Investment Management', 'Audit', 'Risk Management', 'Treasury',

  // Pháp lý và tuân thủ
  'Legal', 'Compliance', 'Intellectual Property', 'Corporate Governance',
  'Contract Management',
  'Legal Operations', 'Data Protection', 'Privacy & Security',

  // Sản xuất và chuỗi cung ứng
  'Operations', 'Supply Chain', 'Procurement', 'Logistics', 'Manufacturing',
  'Production', 'Inventory Management', 'Quality Control',
  'Warehouse Operations',

  // Các phòng ban khác
  'IT Support', 'Facility Management', 'Administration', 'Corporate Strategy',
  'Customer Insights'
];