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).
- 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))}}