Skip to content

Commit

Permalink
Merge branch 'master' into feat/tracked-entity-input
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott authored Mar 4, 2024
2 parents bf99ae0 + 8a5d326 commit 5ee3906
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [100.15.1](https://github.com/dhis2/line-listing-app/compare/v100.15.0...v100.15.1) (2024-03-01)


### Bug Fixes

* **push-analytics:** add push analytics instructions ([#491](https://github.com/dhis2/line-listing-app/issues/491)) ([1db932c](https://github.com/dhis2/line-listing-app/commit/1db932c3fde54c7a385569891985f922877a67b0))

# [100.15.0](https://github.com/dhis2/line-listing-app/compare/v100.14.0...v100.15.0) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "line-listing-app",
"version": "100.15.0",
"version": "100.15.1",
"description": "DHIS2 Line Listing",
"license": "BSD-3-Clause",
"private": true,
Expand Down
30 changes: 30 additions & 0 deletions public/push-analytics.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "0.0.1",
"showVisualization": {
"strategy": "navigateToUrl",
"steps": [
{ "goto": "{{appUrl}}/#/{{id}}" },
{ "waitForSelector": ".push-analytics-linelist-table" }
]
},
"triggerDownload": {
"strategy": "useUiElements",
"steps": [
{ "click": ".push-analytics-download-dropdown-menu-button" },
{ "click": ".push-analytics-download-as-html-css-menu-item" }
]
},
"obtainDownloadArtifact": {
"strategy": "scrapeDownloadPage",
"modifyDownloadUrl": {
"searchValue": "&paging=false&",
"replaceValue": "&paging=true&pageSize=50&"
},
"htmlSelector": "body",
"cssSelector": "style"
},
"clearVisualization": {
"strategy": "navigateToUrl",
"steps": [{ "goto": "{{appUrl}}/#/new" }]
}
}

0 comments on commit 5ee3906

Please sign in to comment.