Skip to content

Commit

Permalink
feat: Add event tracking xlsx data export for octoware, refactor and …
Browse files Browse the repository at this point in the history
…unify the data export functionality

Refs iris-connect/iris-backlog#252
  • Loading branch information
mad-nuts authored Nov 17, 2021
1 parent 8eff8ba commit b442014
Show file tree
Hide file tree
Showing 23 changed files with 1,445 additions and 1,229 deletions.
325 changes: 266 additions & 59 deletions iris-client-fe/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions iris-client-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"chart.js": "^2.9.4",
"core-js": "^3.19.1",
"dayjs": "^1.10.7",
"json2csv": "^5.0.6",
"lodash": "^4.17.21",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
Expand All @@ -31,7 +30,8 @@
"vue-router": "^3.5.3",
"vuetify": "^2.6.0",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0"
"vuex-persistedstate": "^4.1.0",
"xlsx": "^0.17.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.3.1",
Expand Down
2 changes: 2 additions & 0 deletions iris-client-fe/src/server/data/data-requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const dummyDataDetails: DataRequestDetails = {
{
firstName: "Max",
lastName: "Mustermann",
dateOfBirth: "2001-03-13",
email: "[email protected]",
phone: "invalid",
mobilePhone: "0123 0815",
Expand All @@ -107,6 +108,7 @@ export const dummyDataDetails: DataRequestDetails = {
{
firstName: "Martina",
lastName: "Mustermann",
dateOfBirth: "1995-04-03",
email: "[email protected]",
phone: "+49 1234 567890",
mobilePhone: "0123 456789",
Expand Down
Loading

0 comments on commit b442014

Please sign in to comment.