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

Import form tool #14

Closed BishopGIS closed 9 years ago

BishopGIS commented 9 years ago

Scenario:

  1. User creates a new blank form
  2. User click on Import form tool under Tools and selects existing NGFP file.
  3. Controls from NGFP file are imported on to a new blank form.
  4. Reference field for each control is checked for existence in the new data source.

5a. If the same (name, type) field exists, it is automatically assigned to a cloned control. 5b. If it doesn't exist, control is copied, but no field is assigned.

  1. After importing, a list of fields (previously assigned) that we're not found in the new data source is shown in the message box.
simgislab commented 9 years ago

implemented with some limitations