Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
5d57026e
Commit
5d57026e
authored
8 years ago
by
Kyle Doherty
Browse files
Options
Downloads
Patches
Plain Diff
update task descriptions
parent
e7bc0971
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/metabase/api/setup.clj
+10
-10
10 additions, 10 deletions
src/metabase/api/setup.clj
with
10 additions
and
10 deletions
src/metabase/api/setup.clj
+
10
−
10
View file @
5d57026e
...
...
@@ -108,9 +108,9 @@
:link
"/admin/databases/create"
:completed
has-dbs?
:triggered
:always
}
{
:title
"Set email
credentials
"
{
:title
"Set
up
email"
:group
"Get connected"
:description
"
TODO - Write something good here
"
:description
"
Add email credentials so you can more easily invite team members and get updates via Pulses.
"
:link
"/admin/settings/?section=Email"
:completed
(
email/email-configured?
)
:triggered
:always
}
...
...
@@ -120,29 +120,29 @@
:link
"/admin/settings/?section=Slack"
:completed
(
slack/slack-configured?
)
:triggered
:always
}
{
:title
"Invite
other us
ers"
{
:title
"Invite
team memb
ers"
:group
"Get connected"
:description
"
TODO - Write something good
here"
:description
"
Share answers and data with t
he
re
st of your team.
"
:link
"/admin/people/"
:completed
(
>=
num-users
1
)
:triggered
(
or
has-dashboards?
has-pulses?
(
>=
num-cards
5
))}
{
:title
"Hide tables"
{
:title
"Hide
irrelevant
tables"
:group
"Curate your data"
:description
"
TODO - Write something good here
"
:description
"
If your data contains technical or irrelevant info you can hide it.
"
:link
"/admin/datamodel/database"
:completed
has-hidden-tables?
:triggered
(
>=
num-tables
20
)}
{
:title
"Organize questions"
:group
"Curate your data"
:description
"
TODO - Write something good here
"
:description
"
Have a lot of saved questions in Metabase? Create labels to help manage them and add context.
"
:link
"/questions/all"
:completed
(
not
has-labels?
)
:triggered
(
>=
num-cards
30
)}
{
:title
"Create metrics"
:group
"Curate your data"
:description
"
TODO - Write something good here
"
:description
"
Define canonical metrics to make it easier for the rest of your team to get the right answers.
"
:link
"/admin/datamodel/database"
:completed
has-metrics?
:triggered
(
>=
num-cards
30
)}
...
...
@@ -152,9 +152,9 @@
:link
"/admin/datamodel/database"
:completed
has-segments?
:triggered
(
>=
num-cards
30
)}
{
:title
"Create getting started guide"
{
:title
"Create
a
getting started guide"
:group
"Curate your data"
:description
"
TODO - Write som
et
h
ing
goo
d he
re
"
:description
"
Have a lot of data in Metabase? A g
et
t
ing
started guide can help your team fin
d
t
he
ir way around.
"
:completed
false
; TODO - how do we determine this?
:triggered
(
and
(
>=
num-cards
10
)
(
>=
num-users
5
))}]))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment