remove ensemble dependency
This is a csvgen UI frontend in Angular 8.
The aim of this project is to easily import csv file to Iris from a web ui.
Run the server
docker-compose up -d
It will automatically install the depencey : csvgen and sslclient
zpm "install csvgen-ui"
The UI is per-namespcae, this mean it will be aviable only for the namespace where csvgen-ui is install.
http://localhost:52773/csp/{namespace}/csvgen/index.html
Visual Studio Directory Structure
.
├── front
│ ├── e2e
│ │ └── src
│ └── src
│ ├── app
│ │ └── file-upload
│ ├── assets
│ └── environments
└── src
└── CSVGEN
└── API
Where front is the angular UI dans src is le backend source code for IRIS.
remove ensemble dependency
Fix ZPM installer
Rewrite in Angular 12.
New features:
On zpm, add info of what csvgen-ui url look like.
Update module.xml
Get last version of csvgen
Initial Release