Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Minds Frontend
Minds Frontend
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 850
    • Issues 850
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 46
    • Merge Requests 46
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Security & Compliance
    • Security & Compliance
    • Dependency List
  • Packages
    • Packages
    • List
    • Container Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds FrontendMinds Frontend
  • Merge Requests
  • !577

Open
Opened 5 hours ago by Olivia Madrid@omadrid
  • Report abuse
Report abuse

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 #1931 #1935 #1932

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "entity-centric-metrics" "origin/entity-centric-metrics"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "origin/master"
git merge --no-ff "entity-centric-metrics"

Step 4. Push the result of the merge to GitLab

git push origin "master"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Request to merge entity-centric-metrics into master
The source branch is 2 commits behind the target branch
Open in Web IDE
  • Email patches
  • Plain diff
Pipeline #85559901 failed for b4b31d93 on entity-centric-metrics
              Requires 3 more approvals from Devs, Deployers, and QA.
              Mark Harding
              Mark Harding
              Brian Hatchet
              Brian Hatchet
              Emiliano Balbuena
              Emiliano Balbuena
              Xander Miller
              Xander Miller
              Depends on 1 merge request being merged
              • Opened 5 days ago
                Sep 25, 2019 1:45pm GMT+0000
                WIP: Entity Centric Metrics & Dashboard
                Opened 5 days ago
                Sep 25, 2019 1:45pm GMT+0000
                engine !343
                Analytics #mvp
                Milestone
                Analytics #mvp
                1 week remaining
                (October 9, 2019)
              This is a Work in Progress

              Closes #1931, #1932, #1935, and #1979

              You can merge this merge request manually using the
              • Discussion 4
              • Commits 2
              • Pipelines 1
              • Changes 45
              1/3 threads resolved
              • Loading...
              • Olivia Madrid @omadrid changed milestone to %Analytics #mvp 5 hours ago

                changed milestone to %Analytics #mvp

              • Olivia Madrid @omadrid added Platform::Browser Priority::2 - Normal Product::Analytics Squad::Blue Type::Feature scoped labels 5 hours ago

                added Platform::Browser Priority::2 - Normal Product::Analytics Squad::Blue Type::Feature scoped labels

              • Mark Harding
                Mark Harding @markeharding started a thread on the diff 4 hours ago
                angular.json
                16 16 "main": "src/main.ts",
                17 17 "tsConfig": "src/tsconfig.app.json",
                18 18 "polyfills": "src/polyfills.ts",
                19 "assets": [
                • Mark Harding
                  Mark Harding @markeharding · 4 hours ago
                  Owner

                  why are we editing these?

                • Please register or sign in to reply
              • Mark Harding
                Mark Harding @markeharding started a thread on the diff 4 hours ago
                Last updated by Olivia Madrid 3 hours ago
                src/app/modules/analytics/v2/categories.default.ts
                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: [
                • Mark Harding
                  Mark Harding @markeharding · 4 hours ago
                  Owner

                  should these not be filled from the backend?

                • Olivia Madrid
                  Olivia Madrid @omadrid · 3 hours ago
                  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 3 hours ago
                • Please register or sign in to reply
              • Mark Harding
                Mark Harding @markeharding started a thread on the diff 4 hours ago
                Resolved by Olivia Madrid 3 hours ago
              • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
              Please register or sign in to reply
              0 Assignees
              None
              Assign to
              Analytics #mvp
              Milestone
              Analytics #mvp
              Assign milestone
              None
              Time tracking
              No estimate or time spent
              5
              Labels
              Platform::Browser Priority::2 - Normal Product::Analytics Squad::Blue Type::Feature
              Assign labels
              • View project labels
              Lock merge request
              Unlocked
              10
              10 participants
              user avatar
              Mark Harding
              user avatar
              Guy Thouret
              user avatar
              Ben Hayward
              user avatar
              Marcelo Rivera
              user avatar
              Martin Santangelo
              user avatar
              Brian Hatchet
              user avatar
              Emiliano Balbuena
              Reference: minds/front!577