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 868
    • Issues 868
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 44
    • Merge Requests 44
  • 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

Closed
Opened 1 week 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 (closed) #1931 (closed) #1935 (closed) #1932 (closed)

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
  • Email patches
  • Plain diff
Pipeline #85663707 failed for 0f7f70cb 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 2 weeks ago
                Sep 25, 2019 1:45pm GMT+0000
                WIP: Analytics Dashboard
                Opened 2 weeks ago
                Sep 25, 2019 1:45pm GMT+0000
                engine !343
                Analytics #mvp
                Milestone
                Analytics #mvp
                Expired 16 hours ago
                (October 9, 2019)

              Closed by Olivia Madrid 27 minutes ago

              The changes were not merged into master

              Did not close #1931 (closed), #1932 (closed), #1935 (closed), and #1979 (closed)

              • Discussion 4
              • Commits 4
              • Pipelines 2
              • Changes 45
              1/3 threads resolved
              • Loading...
              • Olivia Madrid @omadrid changed milestone to %Analytics #mvp 1 week ago

                changed milestone to %Analytics #mvp

              • Olivia Madrid @omadrid added Platform::Browser Priority::2 - Normal Product::Analytics Squad::Blue Type::Feature scoped labels 1 week 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 1 week 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 · 1 week 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 1 week ago
                Last updated by Olivia Madrid 1 week 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 · 1 week ago
                  Owner

                  should these not be filled from the backend?

                • Olivia Madrid
                  Olivia Madrid @omadrid · 1 week 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 1 week ago
                • Please register or sign in to reply
              • Mark Harding
                Mark Harding @markeharding started a thread on an old version of the diff 1 week ago
                Resolved by Olivia Madrid 1 week ago
              • Olivia Madrid @omadrid added 4 commits 1 week ago

                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

                Compare with previous version

              • Olivia Madrid @omadrid closed 27 minutes ago

                closed

              • 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
              Martin Santangelo
              user avatar
              Marcelo Rivera
              user avatar
              Brian Hatchet
              user avatar
              Emiliano Balbuena
              user avatar
              Ben Hayward
              user avatar
              Juan Manuel Solaro
              Reference: minds/front!577