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.
Live demos:
The wiki contains the user documentation for the builder.
sbt fullOptJS
then ant
from the project rootdist/aleph2_bucket_builder.war
file onto the web server(s)For development:
npm install node-static
static -p 8181
sbt
and executing: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