Commit Graph

8 Commits

Author SHA1 Message Date
efarooqui
224a5e6fe4 Reverting deeprows changes 2020-11-24 14:48:55 -08:00
Lachlan Kermode
386407138f fix example sheet 2020-11-20 11:15:37 +01:00
Lachlan Kermode
95cb7a6f80 remove explicit ID from events in timemap setup 2020-06-19 12:07:57 +02:00
Lachlan Kermode
ce3475b147 fix empty rows 2020-06-17 18:58:44 +02:00
Lachlan Kermode
a124d2c9bf deep regex non-greedy 2019-01-04 12:16:58 +00:00
Lachlan Kermode
b37e49880a fix lint 2018-12-13 16:49:23 +00:00
Lachlan Kermode
bbee0c2896 functional deeprows blueprinter 2018-12-13 16:44:56 +00:00
Lachlan Kermode
5431b2be3f abstract generic logic from blueprinters to blueprinters.js
The logic in the files in the 'blueprinters' folder is now _only_ the data transformation logic. Instead of taking in arguments like the sheetId, the tabName, and the sheetName, the function now takes a single argument: the list of lists that represents the raw data from the sheet.

This setup gives datasheet-server greater value, as it allows developers to only specify the transformation logic, and not worry about the other stuff that datasheet server is doing.
2018-12-13 15:56:54 +00:00