8 Phases refactor
This commit is contained in:
@@ -111,7 +111,7 @@ Keywords → Clusters → Ideas → Tasks → Content → Images
|
||||
| `target_keywords` | CharField(500) | Comma-separated keywords (legacy) | - |
|
||||
| `keyword_objects` | ManyToManyField | Keywords linked to idea | Keywords |
|
||||
| `keyword_cluster_id` | ForeignKey | Parent cluster | Clusters |
|
||||
| `taxonomy_id` | ForeignKey | Optional taxonomy association | SiteBlueprintTaxonomy |
|
||||
| `taxonomy_id` | ForeignKey | Optional taxonomy association | ContentTaxonomy |
|
||||
| `status` | CharField(50) | Idea status | new, scheduled, published |
|
||||
| `estimated_word_count` | Integer | Target word count | - |
|
||||
| `site_entity_type` | CharField(50) | Target entity type | post, page, product, service, taxonomy_term |
|
||||
@@ -148,7 +148,7 @@ Keywords → Clusters → Ideas → Tasks → Content → Images
|
||||
| `idea_id` | ForeignKey | Source idea | ContentIdeas |
|
||||
| `status` | CharField(50) | Task status | queued, in_progress, completed, failed |
|
||||
| `entity_type` | CharField(50) | Content entity type | post, page, product, service, taxonomy_term |
|
||||
| `taxonomy_id` | ForeignKey | Taxonomy association | SiteBlueprintTaxonomy |
|
||||
| `taxonomy_id` | ForeignKey | Taxonomy association | ContentTaxonomy |
|
||||
| `cluster_role` | CharField(50) | Role within cluster | hub, supporting, attribute |
|
||||
| `account` | ForeignKey | Owner account | - |
|
||||
| `site` | ForeignKey | Parent site | - |
|
||||
|
||||
Reference in New Issue
Block a user