- Updated page title: 'Add Keywords' → 'Find & Add Keywords to Your Site'
- Updated sector selection banner:
* Header: 'Select a Sector to Add Keywords' → 'Choose a Topic Area First'
* Description simplified and made more conversational
- Updated import modal:
* Title: 'Import Seed Keywords' → 'Import Your Keywords'
* CSV label: 'Upload CSV File' → 'Upload Your CSV File'
* Column descriptions made more user-friendly
Part of comprehensive UX text improvement initiative.
feat(admin): Add API monitoring, debug console, and system health templates for enhanced admin interface
docs: Add AI system cleanup summary and audit report detailing architecture, token management, and recommendations
docs: Introduce credits and tokens system guide outlining configuration, data flow, and monitoring strategies
- Updated AutomationService to include estimated_word_count.
- Increased stage_1_batch_size from 20 to 50 in AutomationViewSet.
- Changed Keywords model to replace 'intent' property with 'country'.
- Adjusted ClusteringService to allow a maximum of 50 keywords for clustering.
- Modified admin and management commands to remove 'intent' and use 'country' instead.
- Updated serializers to reflect the change from 'intent' to 'country'.
- Adjusted views and filters to use 'country' instead of 'intent'.
- Updated frontend forms, filters, and pages to replace 'intent' with 'country'.
- Added migration to remove 'intent' field and add 'country' field to SeedKeyword model.