Skip to content

Commit b442014

Browse files
authored
feat: Add event tracking xlsx data export for octoware, refactor and unify the data export functionality
Refs iris-connect/iris-backlog#252
1 parent 8eff8ba commit b442014

23 files changed

+1445
-1229
lines changed

iris-client-fe/package-lock.json

Lines changed: 266 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iris-client-fe/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"chart.js": "^2.9.4",
2323
"core-js": "^3.19.1",
2424
"dayjs": "^1.10.7",
25-
"json2csv": "^5.0.6",
2625
"lodash": "^4.17.21",
2726
"vue": "^2.6.14",
2827
"vue-chartjs": "^3.5.1",
@@ -31,7 +30,8 @@
3130
"vue-router": "^3.5.3",
3231
"vuetify": "^2.6.0",
3332
"vuex": "^3.6.2",
34-
"vuex-persistedstate": "^4.1.0"
33+
"vuex-persistedstate": "^4.1.0",
34+
"xlsx": "^0.17.3"
3535
},
3636
"devDependencies": {
3737
"@typescript-eslint/eslint-plugin": "^5.3.1",

iris-client-fe/src/server/data/data-requests.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export const dummyDataDetails: DataRequestDetails = {
8989
{
9090
firstName: "Max",
9191
lastName: "Mustermann",
92+
dateOfBirth: "2001-03-13",
9293
9394
phone: "invalid",
9495
mobilePhone: "0123 0815",
@@ -107,6 +108,7 @@ export const dummyDataDetails: DataRequestDetails = {
107108
{
108109
firstName: "Martina",
109110
lastName: "Mustermann",
111+
dateOfBirth: "1995-04-03",
110112
111113
phone: "+49 1234 567890",
112114
mobilePhone: "0123 456789",

0 commit comments

Comments
 (0)