feat: image generation overhaul (model-aware text, dim clamping, \.30 pricing), event-driven dashboard cache invalidation, SEO insights (AI visibility, GSC, keyword gap), YouTube OAuth/publish, blog writer & content planning improvements, scheduler monitoring updates

This commit is contained in:
ajaysi
2026-05-30 07:58:22 +05:30
parent aaf94049da
commit 64f1f88cdd
129 changed files with 8796 additions and 8755 deletions

View File

@@ -35,6 +35,7 @@ Podcast Maker helps you turn a topic idea into a polished episode draft with res
| Project CRUD + favorites | **Implemented** | Frontend calls `/api/podcast/projects*`; backend create/get/update/list/delete/favorite routes exist. |
| Avatar upload/generate/make-presentable | **Implemented** | Frontend calls `/api/podcast/avatar/*`; backend routes exist. |
| Audio dubbing + voice clone routes | **Partial** | Backend dubbing routes exist; not wired in `podcastApi.ts` yet. |
| YouTube Publishing via OAuth 2.0 | **Implemented** | Publish combined podcast video to YouTube; OAuth connection, background upload task with polling, encrypted token storage. |
| Task cancellation from Podcast Maker UI | **Partial** | Frontend has `cancelTask()` placeholder using `/api/story/task/.../cancel`, not a dedicated podcast cancel API path. |
| Multi-provider research toggle in podcast service | **Planned/Not active in current frontend** | Podcast frontend currently targets Exa route directly instead of a user-facing provider switch in this API layer. |

View File

@@ -248,6 +248,7 @@ nav:
- Content Strategy Guide: features/seo-dashboard/content-strategy-guide.md
- GSC Integration: features/seo-dashboard/gsc-integration.md
- Metadata Generation: features/seo-dashboard/metadata.md
- AI Overview Insights: features/seo-dashboard/ai-overview-insights.md
- Design Document: features/seo-dashboard/design-document.md
- Phase 2A - Enterprise Suite: features/seo-dashboard/phase2a-enterprise-seo.md
- Phase 2A - Advanced GSC: features/seo-dashboard/phase2a-advanced-gsc.md
@@ -274,6 +275,7 @@ nav:
- Persona Journey (Producer): features/podcast-maker/persona-journey-producer.md
- Implementation Overview: features/podcast-maker/implementation-overview.md
- API Reference: features/podcast-maker/api-reference.md
- YouTube Publishing: features/podcast-maker/youtube-publishing.md
- Integrations:
- Wix:
- Overview: features/integrations/wix/overview.md