10  9. News Desk — ข่าว + กรองหลายมิติ

10.0.1 /news — News Listing

ของจริงมีระบบกรอง 2 มิติ:

// 1) Category filter
const VISIBLE_CATEGORIES = [
  "ทั้งหมด", "AI Agents", "Tools Update", "Business / SME",
  "Content / Video", "Automation", "Pricing / Deals",
];

// 2) Type filter
const newsTypes = ["news", "trend-brief", "product-update", "model-update", "business"];

// Category mapping system (raw categories → visible categories)
const categoryToVisible = {
  "AI Agents": "AI Agents",
  "Product Update": "Tools Update",
  "Model Update": "Tools Update",
  "AI Business": "Business / SME",
  Automation: "Automation",
  ราคา: "Pricing / Deals",
  // ...
};

💡 NewsType System — ใช้ badge สีบอกประเภทข่าว เช่น Trend Brief Product Update เพื่อให้คนอ่านเข้าใจทันที