summaryrefslogtreecommitdiff
path: root/app/views/admin/conversational_development_index
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-07-18 01:37:58 +0100
committerBob Van Landuyt <bob@vanlanduyt.co>2018-07-27 15:54:26 +0200
commit602a1c34e33d75940c7acbf4a31a65e187dbbfde (patch)
tree580e136cf3a00cd15ade56447928ece7ad127f2c /app/views/admin/conversational_development_index
parented81ee9ba2b5a0b68996ccb238bfa4c69a6df062 (diff)
downloadgitlab-ce-602a1c34e33d75940c7acbf4a31a65e187dbbfde.tar.gz
Create instance_statistics namespace and move convdev index and cohorts to it
Diffstat (limited to 'app/views/admin/conversational_development_index')
-rw-r--r--app/views/admin/conversational_development_index/_callout.html.haml13
-rw-r--r--app/views/admin/conversational_development_index/_card.html.haml25
-rw-r--r--app/views/admin/conversational_development_index/_disabled.html.haml9
-rw-r--r--app/views/admin/conversational_development_index/_no_data.html.haml7
-rw-r--r--app/views/admin/conversational_development_index/show.html.haml33
5 files changed, 0 insertions, 87 deletions
diff --git a/app/views/admin/conversational_development_index/_callout.html.haml b/app/views/admin/conversational_development_index/_callout.html.haml
deleted file mode 100644
index 33a4dab1e00..00000000000
--- a/app/views/admin/conversational_development_index/_callout.html.haml
+++ /dev/null
@@ -1,13 +0,0 @@
-.prepend-top-default
-.user-callout{ data: { uid: 'convdev_intro_callout_dismissed' } }
- .bordered-box.landing.content-block
- %button.btn.btn-default.close.js-close-callout{ type: 'button',
- 'aria-label' => 'Dismiss ConvDev introduction' }
- = icon('times', class: 'dismiss-icon', 'aria-hidden' => 'true')
- .user-callout-copy
- %h4
- Introducing Your Conversational Development Index
- %p
- Your Conversational Development Index gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers.
- .svg-container.convdev
- = custom_icon('convdev_overview')
diff --git a/app/views/admin/conversational_development_index/_card.html.haml b/app/views/admin/conversational_development_index/_card.html.haml
deleted file mode 100644
index 57eda06630b..00000000000
--- a/app/views/admin/conversational_development_index/_card.html.haml
+++ /dev/null
@@ -1,25 +0,0 @@
-.convdev-card-wrapper
- .convdev-card{ class: "convdev-card-#{score_level(card.percentage_score)}" }
- .convdev-card-title
- %h3
- = card.title
- .light-text
- = card.description
- .board-card-scores
- .board-card-score
- .board-card-score-value
- = format_score(card.instance_score)
- .board-card-score-name You
- .board-card-score
- .board-card-score-value
- = format_score(card.leader_score)
- .board-card-score-name Lead
- .board-card-score-big
- = number_to_percentage(card.percentage_score, precision: 1)
- .board-card-buttons
- - if card.blog
- %a{ href: card.blog }
- = icon('info-circle', 'aria-hidden' => 'true')
- - if card.docs
- %a{ href: card.docs }
- = icon('question-circle', 'aria-hidden' => 'true')
diff --git a/app/views/admin/conversational_development_index/_disabled.html.haml b/app/views/admin/conversational_development_index/_disabled.html.haml
deleted file mode 100644
index 0a741b50960..00000000000
--- a/app/views/admin/conversational_development_index/_disabled.html.haml
+++ /dev/null
@@ -1,9 +0,0 @@
-.container.convdev-empty
- .col-sm-12.justify-content-center.text-center
- = custom_icon('convdev_no_index')
- %h4 Usage ping is not enabled
- %p
- ConvDev is only shown when the
- = link_to 'usage ping', help_page_path('user/admin_area/settings/usage_statistics'), target: '_blank'
- is enabled. Enable usage ping to get an overview of how you are using GitLab from a feature perspective
- = link_to 'Enable usage ping', admin_application_settings_path(anchor: 'usage-statistics'), class: 'btn btn-primary'
diff --git a/app/views/admin/conversational_development_index/_no_data.html.haml b/app/views/admin/conversational_development_index/_no_data.html.haml
deleted file mode 100644
index d69c46194b4..00000000000
--- a/app/views/admin/conversational_development_index/_no_data.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-.container.convdev-empty
- .col-sm-12.justify-content-center.text-center
- = custom_icon('convdev_no_data')
- %h4 Data is still calculating...
- %p
- In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index.
- = link_to 'Learn more', help_page_path('user/admin_area/monitoring/convdev'), target: '_blank'
diff --git a/app/views/admin/conversational_development_index/show.html.haml b/app/views/admin/conversational_development_index/show.html.haml
deleted file mode 100644
index e3d1aa31dc2..00000000000
--- a/app/views/admin/conversational_development_index/show.html.haml
+++ /dev/null
@@ -1,33 +0,0 @@
-- @no_container = true
-- page_title 'ConvDev Index'
-
-.container
- - if show_callout?('convdev_intro_callout_dismissed')
- = render 'callout'
-
- .prepend-top-default
- - if !Gitlab::CurrentSettings.usage_ping_enabled
- = render 'disabled'
- - elsif @metric.blank?
- = render 'no_data'
- - else
- .convdev
- .convdev-header
- %h2.convdev-header-title{ class: "convdev-#{score_level(@metric.average_percentage_score)}-score" }
- = number_to_percentage(@metric.average_percentage_score, precision: 1)
- .convdev-header-subtitle
- index
- %br
- score
- = link_to icon('question-circle', 'aria-hidden' => 'true'), help_page_path('user/admin_area/monitoring/convdev')
-
- .convdev-cards.board-card-container
- - @metric.cards.each do |card|
- = render 'card', card: card
-
- .convdev-steps.d-none.d-lg-block.d-xl-block
- - @metric.idea_to_production_steps.each_with_index do |step, index|
- .convdev-step{ class: "convdev-#{score_level(step.percentage_score)}-score" }
- = custom_icon("i2p_step_#{index + 1}")
- %h4.convdev-step-title
- = step.title