WIP: Entity centric metrics (analytics v2)
Strong emphasis on "WIP".
Currently "/analytics/dashboard" goes directly to traffic category (url segment redirection not enabled yet)
Will close #1979 (closed) #1931 (closed) #1935 (closed) #1932 (closed)
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
added 4 commits
- b4b31d93...69eda7ca - 2 commits from branch
master
- 5b4d8490 - (feat): plotly styles
- 0f7f70cb - Merge branch 'master' of gitlab.com:minds/front into entity-centric-metrics
- b4b31d93...69eda7ca - 2 commits from branch
closed