WIP: Entity centric metrics (analytics v2)
1/3 threads resolved
changed milestone to %Analytics #mvp
added Platform::Browser Priority::2 - Normal Product::Analytics Squad::Blue Type::Feature scoped labels
16 16 "main": "src/main.ts", 17 17 "tsConfig": "src/tsconfig.app.json", 18 18 "polyfills": "src/polyfills.ts", 19 "assets": [ - Owner
why are we editing these?
- Last updated by Olivia Madrid
1 const categories: Array<any> = [ 2 { 3 id: 'summary', 4 label: 'Summary', 5 type: 'summary', 6 metrics: [], 7 }, 8 { 9 id: 'traffic', 10 label: 'Traffic', 11 type: 'chart', 12 metrics: [ - Owner
should these not be filled from the backend?
- Developer
Yeah but I thought you said that you weren't going to do that? Agree it would be better if it came from backend. For now I'm just using it to populate the list of different categories in the left nav. But if you can make it so I can get the list from a query that would be great. (only need id and label, no need for metrics or type)
Edited by Olivia Madrid
- Resolved by Olivia Madrid