Chinh (lelouvincx) / 2026-01-13

Created Tue, 13 Jan 2026 00:00:00 +0000 Modified Mon, 25 May 2026 06:02:25 +0000
115 Words

Notes

  • Add2Cart Dashboard Implementation Process

    • This is a 5-step process designed to translate dashboard prototype into performance Holistics assets.
    • Metric first, structure second.
    • Start by attempting to define logic in the metric layer (AQL). Only push logic upstream to the AML when you hit hard limitations (like filter conflicts or complex nested aggregations).
      1. Prototype Deconstruction
      • Before coding, map the dashboard inputs to outputs.
      • Inputs: What are filters (Date, Primary Retailer)?
      • Outputs: What dimensions are shown (Competitor Retailers)?
      • Check:
        • If I filter by Input A (Coles), does Output B (Woolworths) disappear? If conflict, need a scope pattern (step 3), but define your metrics first to see exactly what they need.
  • Tasks

  • Done

    • {{embed ((695f172d-3b9f-447f-a5fe-d76f67fa0d00))}}
    • {{embed ((6923d401-6764-4172-90e9-3ff64a3b7a9b))}}