Tangerine-Community / Tangerine

Digitize your offline data collection. Create your Forms online with Tangerine Editor, conduct them offline with the Tangerine Android App. All results you collect can be exported as a CSV file, easy for processing in a spreadsheet. Tangerine has been used in over 1 million assessments and surveys in over 60 countries and in 100 languages.
http://www.tangerinecentral.org/
GNU General Public License v3.0
49 stars 29 forks source link

Editor can manage the location list in a way that is less error prone than a CSV #292

Closed rjcorwin closed 6 years ago

rjcorwin commented 7 years ago

Requirements

Tree Libraries

evansdianga commented 7 years ago

Brainstorm

The user should be able to define the root node, child nodes and leaves.

evansdianga commented 7 years ago

Update

Treeview Component

User Interaction with the Treeview Component

rjcorwin commented 7 years ago

@evansdianga If you are playing with Covalent's Dynamic Form Component tomorrow, note some of the things I had to do in the Binder Component to make it work.

  1. Make the form inside the child td-dynamic-form component available like it's done here using ViewChild.
  2. Make your submit button for the form with a callback like this submit button and access the data in the callback like so.

I may have ruled out formly btw. You can read my update here https://github.com/Tangerine-Community/Tangerine/issues/232#issuecomment-301934929

evansdianga commented 7 years ago

img_20170515_103304

img_20170515_110107

img_20170515_112325

img_20170515_120624

img_20170517_104957

img_20170517_105012

img_20170518_095435

img_20170517_120519

img_20170518_094037

img_20170518_094101

rjcorwin commented 7 years ago

To get your code into client-v3, take a look at the this commit where I add a router to the app module and then refactor the Binder Module to have its own routes. The commit is a bit large. Things to note are...

rjcorwin commented 7 years ago

A couple links from our research this morning:

rjcorwin commented 7 years ago

^ I updated that list with more.

rjcorwin commented 7 years ago

@evansdianga @chrisekelley Bumping this back to ready as I don't think we're currently working on it.

rjcorwin commented 6 years ago

Closing this old ticket in favor of https://github.com/Tangerine-Community/Tangerine/issues/792