Code Monkey home page Code Monkey logo

qsdt-ui's Introduction

qsdt-logo@qsdt/ui

UI for QSDT

What's this? - Intro

This a Web User Interface that is dynamically generated by using QSDT's Form Configuration info, it connects to the API and provides HTML forms to submit artifact generation requests to QSDT. It supports all of QSDT features.

How does this works? - Internal works

This is an Angular App, it uses two main components: form-renderer and input-renderer, the latter being a recursive one, where all the HTML input generation occurs, it can handle QSDT's string, number, date, choice and array types. On every submit, it invokes QSDT generation request service and downloads the zip file containing the generated artifacts.

How does it run? - Getting started

You can git clone this same repo and start it just like this

git clone https://github.com/arthmoeros/qsdt-ui/
npm install
npm start

Although you must to provide a valid QSDT host, this is done in the environment.ts file, by default is 'http://localhost:8080'

Can I try this? - Live Demo

Not yet, the old version is available as a Heroku App (please be mindful of your use, it is a free account), go here -> https://qsdt.herokuapp.com/

How does it stands? - Status

The form validation is a bit sketchy and since is dynamic, some bugs may appear, feel free to submit an issue here on Github if you encounter one.

What's next? - Planned features for a future release

Not much, mostly a refactor of the ugly form validation method that is in place, because the form model is not shared between form-renderer and input-renderer, besides that nothing else, feel free to suggest any new feature, with a sample use case.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.