-
Notifications
You must be signed in to change notification settings - Fork 3
Metadata notes
yeealex93 edited this page Jul 27, 2012
·
1 revision
The editor page stores METADATA used for two purposes currently:
- Populating the File Summary Table (as part Load module config: /dataflow/static/wireit_test/moduleSimpleConfigForm.js)
- Populating the drop-down menus for xaxis and yaxis choices (as part of TripleAxis Join module config: /dataflow/static/wireit_test/lang_common.js)
METADATA is currently structured for the File Summary Table. It is stored as an array of arrays, where each inner array is a row of data for the File Summary Table; the first inner array is the list of column headers. If this structure is modified, be sure to make the appropriate changes to the dependents listed above.