IGNY8 VPS (Salman)
65bf65bb6b
UX: Complete remaining page updates with user-friendly text
...
PLANNER MODULE:
- Ideas: 'Content Ideas' → 'Article Ideas'
- Dashboard: 'Planner Dashboard' → 'Planning Dashboard'
- Keyword Opportunities: 'Keyword Opportunities' → 'Discover Keywords'
LINKER MODULE:
- Content List: 'Link Content' → 'Add Internal Links'
- Dashboard: 'Linker Dashboard' → 'Internal Linking Dashboard'
OPTIMIZER MODULE:
- Content Selector: 'Optimize Content' → 'Improve Your Articles'
- Dashboard: 'Optimizer Dashboard' → 'Optimization Dashboard'
All page titles now use clear, action-oriented language that non-technical
users can easily understand.
2025-12-25 09:45:59 +00:00
IGNY8 VPS (Salman)
d9346e6f16
UX: Update Setup, Settings, and Help pages with user-friendly text
...
- Setup: Changed 'Add Keywords' to 'Find Keywords'
- Account Settings: Updated description to be more user-friendly
- AI Settings: Updated description to explain AI models and preferences
- General Settings: Changed to 'App Preferences' with clearer description
- Help: Changed 'Help & Documentation' to 'Help Center' with friendlier description
2025-12-25 09:11:44 +00:00
IGNY8 VPS (Salman)
f559bd44a1
UX: Update Thinker module pages with user-friendly text
...
- Prompts: Changed 'AI Prompts Management' to 'Prompt Library'
- Author Profiles: Changed to 'Writing Styles'
- Strategies: Changed 'Content Strategies' to 'Content Plans'
- Image Testing: Changed to 'Image Settings'
- Dashboard: Changed 'Thinker Dashboard' to 'Strategy Dashboard'
2025-12-25 09:02:23 +00:00
IGNY8 VPS (Salman)
62fc47cfe8
UX: Update Writer module pages with user-friendly text
...
- Tasks: Changed 'Content Queue' to 'Writing Tasks'
- Content: Changed 'Content Drafts' to 'Your Articles'
- Review: Changed 'Content Review' to 'Review Queue'
- Published: Changed 'Published Content' to 'Published Articles'
- Images: Changed 'Content Images' to 'Article Images'
- Dashboard: Changed 'Writer Dashboard' to 'Content Creation Dashboard'
2025-12-25 09:01:18 +00:00
IGNY8 VPS (Salman)
9e48d728fd
UX: Update Planner pages with user-friendly text
...
- Keywords page: Changed 'Keywords' to 'Your Keywords'
- Clusters page: Changed 'Keyword Clusters' to 'Topic Clusters'
- Shared columns: Changed 'Volume' to 'Search Volume'
- Shared columns: Changed 'Cluster' to 'Topic Group'
- Shared columns: Changed 'Sector' to 'Category'
2025-12-25 09:00:00 +00:00
IGNY8 VPS (Salman)
272a3e3d83
UX: Update Sites and Automation pages with user-friendly text
...
- Sites: Changed 'Sites Management' to 'Your Websites'
- Sites: Changed 'Add Site' button to 'Add New Website'
- Automation: Changed 'AI Automation Pipeline' to 'Content Automation'
- Automation: Updated description to be more user-friendly
2025-12-25 08:52:56 +00:00
IGNY8 VPS (Salman)
ebf6a9f27a
UX: Update Dashboard and Sidebar navigation with user-friendly text
...
- Dashboard: Changed title to 'Your Content Creation Dashboard'
- Dashboard: Updated 'Your Progress' to 'Your Content Journey'
- Dashboard: Improved metric card descriptions for clarity
- Dashboard: Simplified Quick Action labels (Find Keywords, Organize Topics, etc.)
- Sidebar: Updated section headers (GET STARTED, CREATE CONTENT, PREFERENCES, SUPPORT)
- Sidebar: Changed menu labels (Find Keywords, Your Websites, Organize Keywords, Create Content)
- Sidebar: Renamed 'Help & Documentation' to 'Help Center'
2025-12-25 08:48:35 +00:00
IGNY8 VPS (Salman)
2d4767530d
2
2025-12-25 05:06:44 +00:00
IGNY8 VPS (Salman)
b0c14ccc32
content view template final version
2025-12-25 04:06:19 +00:00
IGNY8 VPS (Salman)
646095da65
moduel setgins fixed
2025-12-20 22:49:31 +00:00
IGNY8 VPS (Salman)
5c9ef81aba
moduels setigns rmeove from frotneend
2025-12-20 22:18:32 +00:00
IGNY8 VPS (Salman)
7a1e952a57
feat: Add Global Module Settings and Caption to Images
...
- Introduced GlobalModuleSettings model for platform-wide module enable/disable settings.
- Added 'caption' field to Images model to store image captions.
- Updated GenerateImagePromptsFunction to handle new caption structure in prompts.
- Enhanced AIPromptViewSet to return global prompt types and validate active prompts.
- Modified serializers and views to accommodate new caption field and global settings.
- Updated frontend components to display captions and filter prompts based on active types.
- Created migrations for GlobalModuleSettings and added caption field to Images.
2025-12-20 21:34:59 +00:00
IGNY8 VPS (Salman)
9e8ff4fbb1
globals
2025-12-20 19:49:57 +00:00
IGNY8 VPS (Salman)
3283a83b42
feat(migrations): Rename indexes and update global integration settings fields for improved clarity and functionality
...
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
2025-12-20 12:55:05 +00:00
IGNY8 VPS (Salman)
eb6cba7920
cleanup - froentend pages removed
2025-12-20 09:55:16 +00:00
IGNY8 VPS (Salman)
98e68f6bd8
max-images in progress modal
2025-12-17 14:34:57 +00:00
IGNY8 VPS (Salman)
1993d45f32
12
2025-12-17 12:54:12 +00:00
IGNY8 VPS (Salman)
62e55389f9
Add support for GPT-5.1 and GPT-5.2: update token limits and pricing
2025-12-17 11:11:11 +00:00
IGNY8 VPS (Salman)
7ad06c6227
Refactor keyword handling: Replace 'intent' with 'country' across backend and frontend
...
- 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.
2025-12-17 07:37:36 +00:00
IGNY8 VPS (Salman)
9f826c92f8
fixes for idea render and other
2025-12-17 05:58:13 +00:00
IGNY8 VPS (Salman)
9656643f0f
fixes of ai toke limit standrd 8192
2025-12-17 00:36:18 +00:00
IGNY8 VPS (Salman)
84fd4bc11a
final logout related fixes and cookies and session
2025-12-16 19:16:50 +00:00
IGNY8 VPS (Salman)
1887f2a665
logout issues # 2
2025-12-15 17:22:50 +00:00
IGNY8 VPS (Salman)
5366cc1805
logo out issues fixes
2025-12-15 16:08:47 +00:00
alorig
25f1c32366
Revert "messy logout fixing"
...
This reverts commit 4fb3a144d7 .
2025-12-15 17:24:07 +05:00
IGNY8 VPS (Salman)
4fb3a144d7
messy logout fixing
2025-12-15 12:01:41 +00:00
IGNY8 VPS (Salman)
06e5f252a4
column visibility fixed in this
2025-12-15 10:44:22 +00:00
IGNY8 VPS (Salman)
7fb2a9309e
asdasdsa
2025-12-15 10:31:20 +00:00
IGNY8 VPS (Salman)
1ef4bb7db6
test: add comments to test webhook
2025-12-15 07:57:22 +00:00
IGNY8 VPS (Salman)
f8c6dfe889
disable webhook container restart
2025-12-15 07:53:00 +00:00
IGNY8 VPS (Salman)
41551f2edc
dewrer
2025-12-15 07:21:58 +00:00
IGNY8 VPS (Salman)
68942410ae
only restart issue and logout issue debugging added
2025-12-15 07:14:06 +00:00
IGNY8 VPS (Salman)
c61cf7c39f
metrics adn insihigts
2025-12-15 06:51:14 +00:00
IGNY8 VPS (Salman)
0b24fe8c77
asdasdad
2025-12-13 21:17:38 +00:00
IGNY8 VPS (Salman)
c51270a3be
final prcing fixes
2025-12-13 21:12:36 +00:00
IGNY8 VPS (Salman)
75706e8b05
fixed market css for rpcing tbale
2025-12-13 20:26:05 +00:00
IGNY8 VPS (Salman)
410d2b33ec
pricign tbale udpated
2025-12-13 19:52:49 +00:00
IGNY8 VPS (Salman)
db1fd2fff8
nbcvhc
2025-12-13 13:43:55 +00:00
IGNY8 VPS (Salman)
33ac4be8df
sdsd
2025-12-13 11:34:36 +00:00
IGNY8 VPS (Salman)
44ecd3fa7d
limits vlaiadtion adn keywrods forms
2025-12-12 20:05:21 +00:00
IGNY8 VPS (Salman)
9824e9a4dc
ssdsds
2025-12-12 18:57:46 +00:00
IGNY8 VPS (Salman)
9cb0e05618
asdsadsad
2025-12-12 15:11:17 +00:00
IGNY8 VPS (Salman)
f163a2e07d
udpates
2025-12-12 14:08:27 +00:00
IGNY8 VPS (Salman)
6e2101d019
feat: add Usage Limits Panel component with usage tracking and visual indicators for limits
...
style: implement custom color schemes and gradients for account section, enhancing visual hierarchy
2025-12-12 13:15:15 +00:00
IGNY8 VPS (Salman)
b2e8732a82
docs & prciing page updae markteing site
2025-12-12 10:30:14 +00:00
IGNY8 VPS (Salman)
87d1392b4c
cleanup thorough
2025-12-10 15:50:09 +00:00
IGNY8 VPS (Salman)
c665c44aba
use locat and navigate react odm router issue final fix
2025-12-10 13:58:13 +00:00
IGNY8 VPS (Salman)
3f49a2599e
intgration page fix for user delveoper
2025-12-10 12:02:27 +00:00
IGNY8 VPS (Salman)
6a056e3589
test auth store
2025-12-10 11:33:05 +00:00
IGNY8 VPS (Salman)
69363b9b31
asd
2025-12-10 11:28:37 +00:00