Skip to content

grongierisc/iris-csvgen-ui

Repository files navigation

Introduction

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.

Build

Run the server

docker-compose up -d

Install with ZPM

It will automatically install the depencey : csvgen and sslclient

zpm "install csvgen-ui"

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

Demo

Demo

New Feature

Guess It !

Demo

Misc

Visual Studio Directory Structure

.
├── frontend
│   ├── e2e
│   │   └── src
│   └── src
│       ├── csvgen
│       ├── assets
│       └── environments
└── src
    └── CSVGEN
        └── API

Where front is the angular UI dans src is le backend source code for IRIS.

TODO

  • Add drag and drop
  • Add Oauth
  • Add navbar
  • Finish server side
  • ZPM module
  • Update readme
  • Import from url
  • Advence parameter