diff --git a/immediate-udpates.md b/docs/immediate-udpates-completed.md similarity index 100% rename from immediate-udpates.md rename to docs/immediate-udpates-completed.md diff --git a/TODOS.md b/docs/plans/TODOS.md similarity index 100% rename from TODOS.md rename to docs/plans/TODOS.md diff --git a/docs/plans/final-fixes.md b/docs/plans/final-fixes.md new file mode 100644 index 00000000..e4c8fc0c --- /dev/null +++ b/docs/plans/final-fixes.md @@ -0,0 +1,100 @@ +# IGNY8 Launch Preparation - Task Organization + +--- + +## 1. Critical Pre-Launch Fixes + +### 1.1 Payment & Account System + +| # | Task | Details | Priority | +|---|------|---------|----------| +| 1 | Payment method saving | Individual account payment method not saving | Critical | +| 2 | Country-specific methods | Remove all country-specific payment methods, use only global | Critical | +| 3 | Payment verification | Verification of online payment method success through bank account | Critical | +| 4 | Account edit form | Fix issue with payment method and account-specific edit form update | High | + +### 1.2 Backend Issues + +| # | Task | Details | Priority | +|---|------|---------|----------| +| 1 | Django admin error | Backend Django admin keywords page returning 500 error | Critical | +| 2 | Delete functions | Many pages delete function not working in frontend (images, image prompts, etc.) | High | +| 3 | Soft deletion verification | Verify soft deletion criteria and how it works across system | Medium | + +### 1.3 Data Integrity + +| # | Task | Details | Priority | +|---|------|---------|----------| +| 1 | Status updates | Verification of all status update operations | High | +| 2 | Related records deletion | Verify delete and related records deletion for planner and writer module submodules | High | +| 3 | CRUD verification | Clear definition and verification of CRUD operations on each page | High | + +--- + +## 2. Automation Pipeline Fixes + +### 2.1 Stage Card & Metrics Issues + +| # | Task | Details | Priority | +|---|------|---------|----------| +| 1 | Stage card credits | Automation credit display in stage cards to be corrected | Critical | +| 2 | Stage 6 image generation | Image generation has different implementation than other AI functions - check how it works vs other stages to find the issue | Critical | +| 3 | Progress bar metrics | Stage card progress bar showing wrong counts (always 0/remaining, 0%) | Critical | +| 4 | Main pipeline progress | Main progress bar completes at 100% at stage 5 instead of stage 6 - needs fix | Critical | +| 5 | Credits accuracy | Update stage cards to read from correct backend fields/endpoints (reference: /account/usage/credits shows accurate data) | High | + +### 2.2 Pipeline Verification + +| # | Task | Details | Priority | +|---|------|---------|----------| +| 1 | End-to-end automation | Verify complete automation pipeline runs from clustering to publishing automatically | Critical | +| 2 | Credits consumption | Verify accurate credits and costs consumption throughout pipeline | Critical | + +--- + +## 3. AI Provider Configuration + +| # | Task | Details | Priority | +|---|------|---------|----------| +| 1 | Bria integration | Configuration of Bria image generation model | Medium | +| 2 | Anthropic integration | Configuration of Anthropic AI provider | Medium | + +--- + +## 4. WordPress & Content Templates + +### 4.1 Template Improvements + +| # | Task | Details | Priority | +|---|------|---------|----------| +| 1 | Blog post template | Use same content template design as IGNY8 app in WordPress | High | +| 2 | Image handling | If only 3 images available, use them twice in template | High | +| 3 | Content length variants | Adjust templates and prompts for all 3 content lengths (500, 1000, 1500 words) | High | +| 4 | Hub page template | Create landing page style template for cluster hub pages | High | +| 5 | Archive templates | Apply hub template to category/tag archive term pages | Medium | +| 6 | Theme integration | Apply same layout/design with theme's colors for blog posts | Medium | + +--- + +## 5. Frontend Marketing Site + +| # | Task | Details | Priority | +|---|------|---------|----------| +| 1 | Site content update | Complete site content based on final docs, features, and help documentation | High | +| 2 | Pricing page | Simple pricing page with plans (Starter $49, Growth $149, Scale $349) | High | + +--- + +## 6. Major Refactoring (High Effort) + +### 6.1 Design System Consolidation + +| Phase | Task | Details | +|-------|------|---------| +| 1 - Audit | Component inventory | Collect all page styling info: buttons, icons, colors, tables, standard components | +| 2 - Analysis | Source mapping | Document what format and from which sources styles are being used | +| 3 - Cleanup | Remove duplicates | Remove duplicate components and CSS styling systems | +| 4 - Refactor | Standardize | Refactor complete system to use single standard styling and layouts | +| 5 - Verify | Design system check | Ensure only initially planned standard styling remains | + +---