Home Applications global-mindmap

global-mindmap

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
5
1 reviews
1
Awards
647
Views
12
IPM installs
3
2
Details
Releases (1)
Reviews (1)
Awards (1)
Issues
Videos (1)
Articles (4)
Dependencies (1)
This app has a demo View
Mindmap app using InterSystems IRIS globals

What's new in this version

Initial Release

About Global-Mindmap Application

Quality Gate Status

This is a Mindmap application using globals to store mindmap nodes

Installation using ZPM

  1. Execute this command from IRIS Terminal:
zpm "install global-mindmap"
  1. Access Mindmap UI: http://localhost:52773/mindmap/index.html

Installation using Docker Compose

  1. Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/global-mindmap.git
  1. Open a Docker terminal in this directory and run:
$ docker-compose build
  1. Run the IRIS container:
$ docker-compose up -d 
  1. Go to http://localhost:3000 or http://localhost:52773/mindmap/index.html to use the Mindmap frontend and create mindmaps like this:

Mindmap

If you want to test backend API services

  1. Go to Terminal, namespace IRISAPP:
USER>zn "IRISAPP"
  1. Set UnitTest Suite folder
IRISAPP>Set ^UnitTestRoot="/opt/irisbuild/src"
  1. Execute unit tests
IRISAPP>do ##class(%UnitTest.Manager).RunTest("UnitTests")
  1. See test results in http://localhost:52773/csp/sys/%25UnitTest.Portal.Indices.cls?Index=1&$NAMESPACE=IRISAPP

Credits

This application used mind-elixir project

Made with
Install
zpm install global-mindmap download archive
Version
1.0.007 Apr, 2022
Category
Technology Example
Works with
InterSystems IRIS
First published
03 Apr, 2022
Last edited
07 Apr, 2022
Last checked by moderator
27 Jun, 2023Works