Skip to content

Commit bf4acbd

Browse files
authored
rename to usage-metrics-dashboard and release (#98)
1 parent 85bc2ac commit bf4acbd

File tree

12 files changed

+7
-6
lines changed

12 files changed

+7
-6
lines changed

.github/workflows/extensions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
plumbertableau-example: extensions/plumbertableau-example/**
4343
fastapitableau-example: extensions/fastapitableau-example/**
4444
portfolio-report: extensions/portfolio-report/**
45+
usage-metrics-dashboard: extensions/usage-metrics-dashboard/**
4546
4647
# Runs for each extension that has changed from `simple-extension-changes`
4748
# Lints and packages in preparation for tests and and release.

extensions/content-usage-metrics/README.md renamed to extensions/usage-metrics-dashboard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Content Usage Metrics
1+
# Usage Metrics Dashboard
22

33
A Shiny app that helps you understand usage patterns across your work on Connect. Browse an overview of usage across everything you've published, and dive into detailed breakdowns of data for an individual deployment, down to the level of individual visits.
44

@@ -13,7 +13,7 @@ See the [Admin Guide](https://docs.posit.co/connect/admin/integrations/oauth-int
1313

1414
## Viewing usage data
1515

16-
The Content Usage Metrics app shows you usage data for your content on the Connect server where it's published. There are two main views: a table that shows you usage overview across pieces of content, and a detail view that breaks down usage for a selected piece of content by visitor and over time. The app's sidebar contains controls to filter the data and adjust how it is displayed. Some controls affect data across the entire app, and some are only available for the table or the detail views.
16+
The Usage Metrics Dashboard shows you usage data for your content on the Connect server where it's published. There are two main views: a table that shows you usage overview across pieces of content, and a detail view that breaks down usage for a selected piece of content by visitor and over time. The app's sidebar contains controls to filter the data and adjust how it is displayed. Some controls affect data across the entire app, and some are only available for the table or the detail views.
1717

1818
### Global controls
1919

File renamed without changes.

extensions/content-usage-metrics/manifest.json renamed to extensions/usage-metrics-dashboard/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3126,10 +3126,10 @@
31263126
},
31273127
"users": null,
31283128
"extension": {
3129-
"name": "content-usage-metrics",
3130-
"title": "Content Usage Metrics",
3129+
"name": "usage-metrics-dashboard",
3130+
"title": "Usage Metrics Dashboard",
31313131
"description": "Understand usage patterns across your work on Connect. Browse an overview of usage across everything you've published, and dive into detailed breakdowns of data for an individual deployment, down to the level of individual visits.",
3132-
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/content-usage-metrics",
3132+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/usage-metrics-dashboard",
31333133
"tags": [],
31343134
"minimumConnectVersion": "2025.04.0",
31353135
"requiredFeatures": [
@@ -3142,4 +3142,4 @@
31423142
"requires": "~=4.3"
31433143
}
31443144
}
3145-
}
3145+
}

0 commit comments

Comments
 (0)