Refactor content status terminology and enhance cluster serializers with idea and content counts

This commit is contained in:
Desktop
2025-11-11 18:51:32 +05:00
parent b321c99089
commit a7880c3818
10 changed files with 118 additions and 39 deletions

View File

@@ -477,6 +477,8 @@ export interface Cluster {
volume: number;
difficulty: number; // Average difficulty of keywords in cluster
mapped_pages: number;
ideas_count: number;
content_count: number;
status: string;
sector_name?: string | null; // Optional: populated by serializer
created_at: string;