Files
image-platform/apps/admin/src/screens/dashboard/config/dashboard.config.ts

17 lines
575 B
TypeScript
Raw Normal View History

export const DASHBOARD_CARDS = [
{
title: "Assets",
description: "Каталог исходных изображений, версий и публичных identifiers.",
},
{
title: "Variants",
description: "Статусы генерации AVIF/WebP/JPEG под presets и custom transforms.",
},
{
title: "Storage",
description: "PostgreSQL как source of truth, S3/MinIO как хранилище готовых bytes.",
},
] as const
export const DASHBOARD_PIPELINE = ["Backend", "RabbitMQ", "Worker", "imgproxy", "S3"] as const