Spreadsheet data collection with Drupal 8 using JSON and ag-Grid
mferanda
So, you want to collect spreadsheet style row and column data, but would like the information actually in a database? Come see how we're collecting this data with Drupal 8 using a JSON field and an interactive javascript grid (ag-Grid).
Module I created for this data collection effort: http://www.drupal.org/project/aggrid
What you will learn:
- How we're collecting spreadsheet style data with rows and columns through Drupal 8
- Use of an interactive grid (ag-Grid) and JSON data field
- Workflow and JSON revision comparison
- How we were able to leverage database views and other database features to display the JSON field data in various ways.
- The trials and tribulations of being totally new to Drupal, jumping headfirst into Drupal 8, and creating a new module