Commit Graph

3 Commits

Author SHA1 Message Date
Lachlan Kermode
30f747bcaf add blueprinter 2019-01-17 16:02:21 +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
Lachlan Kermode
41e2ba8299 defaultRoute -> defaultResource 2018-12-07 13:02:50 +00:00