-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export project interaction details #7513
Export project interaction details #7513
Conversation
dd11a6f
to
47f258e
Compare
data-hub-frontend
|
Project |
data-hub-frontend
|
Branch Review |
feature/export-interaction-details
|
Run status |
|
Run duration | 08m 12s |
Commit |
|
Committer | Edmond De Los Reyes |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
4
|
|
0
|
|
74
|
View all changes introduced in this branch ↗︎ |
f49e4e4
to
2641753
Compare
47f258e
to
c06eeeb
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/export-project-interactions #7513 +/- ##
=======================================================================
- Coverage 88.57% 88.56% -0.01%
=======================================================================
Files 1144 1146 +2
Lines 17789 17815 +26
Branches 5097 5106 +9
=======================================================================
+ Hits 15756 15778 +22
- Misses 2033 2037 +4 ☔ View full report in Codecov by Sentry. |
b6b784b
to
6b238d8
Compare
* Layout test scenarios - Sort export project interaction list Sort a default company export interaction list * Added test coverage for company export interaction * Added export interaction collection list test * Update sandbox server `/v4/export/:exportId` endpoint error response * Fix export interaction tab navigation failing test * Moved a constant functions declaration Is a best practice to declare constant functions in the beginning of the codebase before calling, in order the javascript interpreter can locate. This action being reverted and noted as part of flakiness/tech debt. * Use interaction `subject` rather than export `title` Amend the current implementation of export interaction list by using `subject` rather than export interaction `title` on the list because is already on the header and repetitive each details .
6b238d8
to
0ef8e2b
Compare
f6d4164
to
ea67d1c
Compare
Added test coverage for company export interaction
ea67d1c
to
da56e25
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for sorting out the problems with the branch
8b3663a
to
110857c
Compare
da56e25
to
1a1e592
Compare
5a4a709
into
feature/export-project-interactions-V2
Description of change
As part of Export project interaction feature, this PR allows to display export project details using this front-end url path:
/export/{id}/details
.Test instructions
Using sandbox, navigate into this page
http://localhost:3000/export/f5bc555e-0eba-4a7e-abe9-db89a78afc5c/details
it render export project details page and providing essential information.Screenshots
Before
Export project interaction details
After
New export project interaction details
Checklist