From 1db2d323097edd4b59120d0c5bed95ced45ae938 Mon Sep 17 00:00:00 2001 From: DJP Date: Sun, 9 Nov 2025 14:59:49 -0500 Subject: [PATCH] Replace Debug View table with rich metadata display matching Download tab MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now Debug View shows assets with same rich metadata as A1→A2 Download tab: Asset Display Features: - Asset cards with name, ID, type, file size - "View Metadata" button for each asset - Expandable metadata sections: - 📋 Basic Info (brown border) - Brand, Country, Language, etc. - 🖼️ Content Info (green border) - Width, Height, Duration, etc. - 📁 Custom Fields by category (yellow border, collapsible) - Full Raw JSON (collapsible for complete asset data) Uses MetadataExtractor::extractAllMetadata() for rich data extraction. Workflow: 1. Select campaign 2. Click Master or Final button 3. See all assets in that folder 4. Click "View Metadata" on any asset 5. See complete metadata organized by category 6. Expand/collapse sections as needed 7. View raw JSON for debugging Perfect match to Download tab's proven UX pattern. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- workflow_v3.php | 116 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 94 insertions(+), 22 deletions(-) diff --git a/workflow_v3.php b/workflow_v3.php index d10a69d..a2aadad 100644 --- a/workflow_v3.php +++ b/workflow_v3.php @@ -3795,28 +3795,100 @@ $envInfo = $configV3->getEnvironmentInfo(); 0): ?> - - - - - - - - - - - - - - - - - - - -
TypeAsset NameFile SizeAsset ID
📄 - ... -
+
+ $asset): ?> + +
+
+
+ ID:
+ Type: + + | Size: bytes + +
+
+ +
+
+ + +

No assets found in this folder