feat: Introduce AI Brand Monitoring System V5 technical design document
- Added comprehensive technical design document for AI Brand Monitoring System V5, outlining system architecture, data models, sampling strategies, and monitoring protocols. - Key changes include a shift to a sampling-based trend monitoring approach, updated data collection and storage strategies, and new metrics for performance evaluation. - Implemented migration scripts to support the flattening of brand questions and versioning of question texts, ensuring historical data integrity and version control.
This commit is contained in:
@@ -516,9 +516,7 @@ export interface Question {
|
||||
id: number;
|
||||
brand_id: number;
|
||||
keyword_id: number;
|
||||
current_version_id: number | null;
|
||||
question_text: string | null;
|
||||
version_no: number | null;
|
||||
question_text: string;
|
||||
status: string;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user