data export commit, supports exporting task history via csv
*adds the following new dependencies: moment, express-csv *recommend replacing functionality of 'relative-date' with features from 'moment' *supports retrieval of CSV history via the API and in browser **/api/v1/export/history (requires typical API authorization) **/export/history.csv (requires session authorization) *adds new routes for data export
This commit is contained in:
+3
-1
@@ -42,7 +42,9 @@
|
||||
"validator": "~1.5.1",
|
||||
"nodemailer": "~0.5.2",
|
||||
"grunt-cli": "~0.1.9",
|
||||
"paypal-ipn": "~1.0.1"
|
||||
"paypal-ipn": "~1.0.1",
|
||||
"express-csv": "~0.6.0",
|
||||
"moment": "2.4.0"
|
||||
},
|
||||
"private": true,
|
||||
"subdomain": "habitrpg",
|
||||
|
||||
Reference in New Issue
Block a user