Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
agnybida committed Jul 25, 2024
2 parents ac320ab + 34b7a77 commit c4d5d3b
Show file tree
Hide file tree
Showing 35 changed files with 55 additions and 75 deletions.
32 changes: 3 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,37 +101,11 @@ This features will be implemented soon and are to be included in RC
* Fuel gauge

# Installation
1. First be sure, that you have [MDX2JSON](https://github.com/intersystems-ru/Cache-MDX2JSON) installed. To test it open URL `<server:port>/MDX2JSON/Test`
You should see something like this:
`
{
"DefaultApp":"\/mdx2json",
"Mappings": {
"Mapped":["MDX2JSON","SAMPLES"
],
"Unmapped":["%SYS","DOCBOOK","USER"
]
},
"Status":"OK",
"User":"UnknownUser",
"Version":2.2
}
`

2. Download the latest release xml file: https://github.com/intersystems-ru/DeepSeeWeb/releases
3. Import it to any Caché namespace, f.e. to USER.
4. Run in terminal:
1. Install IPM
2. Use IPM to install DSW, run in Iris session terminal:
```
USER> d ##class(DSW.Installer).setup()
zpm "install dsw"
```
It will:
* create /dsw web app,
* create ...csp/dsw folder
* put all the necessary DeepSee Web files into .../csp/dsw folder.

To use DSW Open `server:port/dsw/index.html`

Demo: https://www.youtube.com/watch?v=-HplM12eNik

# Configuring endpoints
You can set your endpoint and namespace in an appropriate file config.json located in the root directory
Expand Down
6 changes: 6 additions & 0 deletions dist/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 4.0.3 beta
* fixed issue with missing back button after drilldown in pivot table
* fixed issue with back button after back from drillthrough
* fixed issue with missing gauges charts
* fixed issue with switch data source control and first element in list

#### 4.0.2 beta
* fixed issue with treemap

Expand Down
12 changes: 0 additions & 12 deletions dist/chunk-3FUPBVAP.js

This file was deleted.

2 changes: 1 addition & 1 deletion dist/chunk-I76YLDAA.js → dist/chunk-3I3QA2NQ.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/chunk-YHXZOTQG.js → dist/chunk-4CDX576O.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/chunk-X7PPGJBZ.js → dist/chunk-4G2GW5IL.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/chunk-IN5UJK4A.js → dist/chunk-4NDDWB77.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/chunk-4Y2ELQMM.js

This file was deleted.

Loading

0 comments on commit c4d5d3b

Please sign in to comment.