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

Fields manager #55

Closed simgislab closed 8 years ago

simgislab commented 8 years ago

New tool to manage fields of attributes.

New menu item: Tools\Field manager

Table with N fields: field name, field type, linked control (checkbox)

Functionality:

  1. Show list of all fields from current dataset, empty if the form is created from blank
  2. Indicate which fields are linked to which controls (for starters, it's enough to have a checkbox - on, if field is linked)
  3. Add new fields
  4. Remove existing fields (check if field is linked, check if records['field'] are not empty.
  5. Show field type
simgislab commented 8 years ago

After this is implemented, see #54 for implementation of 'no data - new form' workflow.

simgislab commented 8 years ago

enough for a start