This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from uktrade/feature/my-companies-dashboard
feat: Add companies dashboard
- Loading branch information
Showing
31 changed files
with
2,864 additions
and
1,549 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -67,6 +67,7 @@ typings/ | |
|
||
# IDE | ||
.idea/ | ||
.history* | ||
|
||
# Production build | ||
dist/ | ||
|
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
[ | ||
{ | ||
"company": { | ||
"name": "A1 BMW LTD!!!!!", | ||
"id": "a1138c1c-d449-4846-aa58-18fae7e1cb92", | ||
"isArchived": false | ||
}, | ||
"latestInteraction": { | ||
"id": "79d92719-7402-45b6-b3d7-eff559d6b282", | ||
"date": "2019-08-14", | ||
"displayDate": "14 Aug 19", | ||
"subject": "Here is a long interaction title some more text some more text some more text almost finished some more text nearly there more text finished" | ||
} | ||
}, | ||
{ | ||
"company": { | ||
"name": "Portable Potatoes", | ||
"id": "a30b1db3-7140-44ca-ad7a-9824c3c2ed56", | ||
"isArchived": false | ||
}, | ||
"latestInteraction": { | ||
"displayDate": "-", | ||
"date": null, | ||
"subject": "No interactions have been recorded" | ||
} | ||
}, | ||
{ | ||
"company": { | ||
"name": "Zebra clothing", | ||
"id": "b89b1db3-7140-44ca-ad7a-9824c3c2gh74", | ||
"isArchived": false | ||
}, | ||
"latestInteraction": { | ||
"id": "86f92719-7402-45b6-b3d7-eff559d6b678", | ||
"displayDate": "21 Feb 2019", | ||
"date": "2019-02-21", | ||
"subject": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." | ||
} | ||
} | ||
] |
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
Oops, something went wrong.