nextgis / formbuilder

Data collection forms builder for NextGIS Mobile
http://nextgis.com/nextgis-formbuilder/
GNU General Public License v2.0
12 stars 8 forks source link

'no data - new form' workflow #54

Closed simgislab closed 8 years ago

simgislab commented 9 years ago

Typical workflow that should be supported is when there is no data, but user wants to collect some and defines both the form and field mappings.

User should be able to create a new form and instead of selecting fields from existing - add new ones, defining their names and types.

This workflow is adjacent to 'existing data - new form' workflow in that the user might want to add a new control with the NEW field, that should be added to generated NGFP.

I guess this comes down to:

  1. Figuring out a way to add/modify fields (see #55)
  2. Adding a new clean form button (should be the first one before SHP)
  3. On click user should be asked what type of geometries he is going to collect
simgislab commented 9 years ago

see #55 for implementation of fields manager

simgislab commented 8 years ago

enough for a start