Home Products global-mindmap

global-mindmap

5
1 reviews
544
Views
2
2
Details
Releases
Reviews
Awards
Issues
Pull requests
Videos
Articles
Dependencies
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

Read more
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