-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add event tracking xlsx data export for octoware, refactor and …
…unify the data export functionality Refs iris-connect/iris-backlog#252
- Loading branch information
Showing
23 changed files
with
1,445 additions
and
1,229 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,7 @@ export const dummyDataDetails: DataRequestDetails = { | |
{ | ||
firstName: "Max", | ||
lastName: "Mustermann", | ||
dateOfBirth: "2001-03-13", | ||
email: "[email protected]", | ||
phone: "invalid", | ||
mobilePhone: "0123 0815", | ||
|
@@ -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", | ||
|
Oops, something went wrong.