Alex-Ikanow / aleph2_bucket_builder

A user interface providing the ability to build up complex JSON objects (such as Aleph2 buckets) with simple nested combinations of self-generating forms
0 stars 4 forks source link

Aleph2 bucket builder

Enables buckets (or in fact any complex JSON object) to be built up by adding cards to a grid and using automatically-generated forms to configure them to build JSON based on a set of uploaded templates.

screenshot

Live demos:

The wiki contains the user documentation for the builder.

Install

For development:

npm install node-static
static -p 8181
eclipse
fastOptJS

Now you can modify the code in eclipse, use fastOptJS in sbt to compile it, and to test browse to localhost:8181/assets/html/index-dev.html#/home

Note there is currently no test suite for the webapp, this is forthcoming