Skip to content

Commit

Permalink
refactor(cacti-cmd-gui-app): rename to cacti-gui-tx-viewer
Browse files Browse the repository at this point in the history
Fixes #2572

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Jul 24, 2023
1 parent dc85c27 commit 46e565e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"build:prod:frontend": "lerna run build:prod:frontend",
"build:dev": "npm-run-all build:dev:backend webpack:dev:web build:dev:frontend",
"build:dev:backend": "npm-run-all tsc build:dev:backend:postbuild",
"build:dev:frontend": "lerna run build:dev:frontend --scope='@hyperledger/cactus-example-*-frontend' --scope='@hyperledger/cacti-cmd-gui-app'",
"build:dev:frontend": "lerna run build:dev:frontend --scope='@hyperledger/cactus-example-*-frontend' --scope='@hyperledger/cacti-gui-tx-viewer'",
"build:dev:common": "lerna exec --stream --scope '*/*common' -- 'del-cli dist/** && tsc --project ./tsconfig.json && webpack --env=dev --target=node --config ../../webpack.config.js'",
"build:dev:backend:postbuild": "lerna run build:dev:backend:postbuild",
"test:cmd-api-server": "tap --ts --timeout=600 \"packages/cactus-*cmd-api-server/src/test/typescript/{unit,integration}/\"",
Expand Down
4 changes: 2 additions & 2 deletions packages/cacti-cmd-gui-app/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `@hyperledger/cacti-cmd-gui-app`
# `@hyperledger/cacti-gui-tx-viewer`

This component allows viewing ledger data in Supabase or other postgreSQL compatible database. The data is fed to supabase by persistence plugins for each ledgers.

## Summary

- [`@hyperledger/cacti-cmd-gui-app`](#hyperledgercacti-cmd-gui-app)
- [`@hyperledger/cacti-gui-tx-viewer`](#hyperledgercacti-gui-tx-viewer)
- [Summary](#summary)
- [Remarks](#remarks)
- [Getting Started](#getting-started)
Expand Down
2 changes: 1 addition & 1 deletion packages/cacti-cmd-gui-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@hyperledger/cacti-cmd-gui-app",
"name": "@hyperledger/cacti-gui-tx-viewer",
"version": "2.0.0-alpha.1",
"description": "Cacti GUI for visualizing ledger data.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cacti-cmd-gui-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"outDir": "./dist/out-tsc",
"rootDir": "./src",
"tsBuildInfoFile": "../../.build-cache/cactus-cmd-gui-app.tsbuildinfo"
"tsBuildInfoFile": "../../.build-cache/cacti-gui-tx-viewer.tsbuildinfo"
},

}
2 changes: 1 addition & 1 deletion packages/cactus-plugin-persistence-fabric/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This plugin allows `Cacti` to persist Fabric Block general data and basic information about transactions into some storage (currently to a `PostgreSQL` database, but this concept can be extended further).
Data in the database can later be analyzed and viewed in a GUI tool.
GUI tool is in project root directory of Cacti project in GUI folder. cacti/packages/cacti-cmd-gui-app
GUI tool is in project root directory of Cacti project in GUI folder. cacti/packages/cacti-gui-tx-viewer


## Summary
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"path": "./packages/cactus-cmd-socketio-server/tsconfig.json"
},
{
"path": "./packages/cacti-cmd-gui-app/tsconfig.json"
"path": "./packages/cacti-gui-tx-viewer/tsconfig.json"
},
{
"path": "./packages/cactus-common/tsconfig.json"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5325,9 +5325,9 @@ __metadata:
languageName: node
linkType: hard

"@hyperledger/cacti-cmd-gui-app@workspace:packages/cacti-cmd-gui-app":
"@hyperledger/cacti-gui-tx-viewer@workspace:packages/cacti-cmd-gui-app":
version: 0.0.0-use.local
resolution: "@hyperledger/cacti-cmd-gui-app@workspace:packages/cacti-cmd-gui-app"
resolution: "@hyperledger/cacti-gui-tx-viewer@workspace:packages/cacti-cmd-gui-app"
dependencies:
"@solidjs/router": 0.4.2
"@supabase/supabase-js": 1.35.6
Expand Down

0 comments on commit 46e565e

Please sign in to comment.