uchibeke / composer-form

A modeling tool for generating a web form from a blockchain model type and validating and submitting the filled out form to a Hyperledger Blockchain
https://hyperledger.github.io/composer/
Other
6 stars 9 forks source link

Generate form for one Asset and add API to access form generator #11

Closed uchibeke closed 6 years ago

uchibeke commented 6 years ago

This allows the generation of a form from a model file.

Currently, the form for one of the assets is generated. Tool can be accessed via a rest api.

Server-side rendering might be required if we want to continue to use composer-common as some of the packages in common are not designed to be run on a browser.

Some highlights

To test

N/B: Currently using the bond model and hardcoding the Type to use. Will update to work with any model.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 31


Totals Coverage Status
Change from base Build 28: 0.0%
Covered Lines: 37
Relevant Lines: 37

💛 - Coveralls