**Module:** Whole App **Task:** End-to-end smoke test across every module above, all 3 personas (customer/seller/admin), with particular attention to the security fixes (SEC-01/02/03) actually blocking what they're supposed to block....Prabhakar Kumar
**Module:** Curation Module **Current State:** This is the live homepage builder and is fully working end to end — create a section, attach products/stores/banners, drag-reorder, publish live on the real homepage. (An earlier draft o...Prabhakar Kumar
**Module:** Product CRM **Current State:** "Product CRM" is actually an Algolia-backed product-selection/curation picker (shared by Discounts and Add To Occasion), not a product lifecycle management tool — worth the team explicitly a...Prabhakar Kumar
**Module:** Customer CRM **Current State:** A real page exists with live per-customer order/return aggregates, name/phone search, date filtering, and CSV export. But there is NO customer detail or order-history drill-down (only total...Prabhakar Kumar
**Module:** Payment Module **Current State:** GST registration is legally required for nearly all marketplace sellers in India (a 2023 notification allows some narrow below-threshold exceptions via ECO enrollment). GSTIN is a nullabl...Prabhakar Kumar
**Module:** Payment Module **Current State:** Razorpay prepaid-only today, no Cash on Delivery. COD is 60-70% of Indian fashion e-commerce order volume nationally (higher outside metros), but carries a 25-40% return/RTO rate vs 5-10%...Prabhakar Kumar
**Module:** Order Management **Current State:** Order money columns (total_amount, subtotal, etc. in order_model.py) are Float, not Decimal/Numeric — a real rounding-error risk, already flagged and left open from prior work. **Tas...Prabhakar Kumar