Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.04 KB

building.md

File metadata and controls

21 lines (11 loc) · 1.04 KB

Building forms

Form Builder is a platform/tool for building digital services by representing them as data.

It uses JSON as its data interchange format and JSON Schema to define how to create, validate and process that data.

Form Builder uses specification data to create service data that is used to generate a service that collects user data.

Specifications and Components

Specifications for components and pages are defined as JSON schemas.

Specifications and components are contained in fb-components

Editor

The Editor is an app that provides a UI to build a form (ie. create the necessary data) using the components specified for the form.

Editor Console

The Editor Console is a desktop application that allows users to run copies of the editor locally.