Date

Attendees

Goals

Discussion items

Documentation Notes

From Tim Goff:

The ECHO forms specification document.  This is years out of date and only covers the echo forms core functionality and doesn't cover things like the tree widget which is both a newer feature and an extension to the spec:https://cdn.earthdata.nasa.gov/conduit/upload/1478/ECHO_Forms_Specification_0.pdf

The ECHO forms schema, which can be used to validate forms can be found at https://api.echo.nasa.gov/legacy-services/wsdl/EchoForms.xsd, and is documented at https://api.echo.nasa.gov/legacy-services/echoforms/index.html.  This schema includes new extensions such as the tree widget.  

The echo forms plugin itself is implemented at https://github.com/nasa/edsc-echoforms, and the README there includes info on compiling and using the plugin.  

The most useful thing within the echo forms repo for users of the echo forms plugin (i.e. providers and SDPS) is the forms demo page.  This page, at `demo/index.html` within the repo can be opened in a browser and will allow you to paste in a form and test it out.  It also provides a sample form which attempts to show many of the features of echo-forms.  This can be an invaluable resource when trying to implement a form and see what it looks like to the end user.  The output is not skinned exactly the way it will appear in EDSC, but is functionally the same.

Action items