Skip to content
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 interactions combined PR's #7533

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

dredmonds
Copy link
Contributor

@dredmonds dredmonds commented Feb 11, 2025

Description of change

A feature branch for export projects interactions:

Test instructions

Checklist

  • Has the branch been rebased to main?
  • Automated tests (Any of the following when applicable: Unit, Functional or End-to-End)
  • Manual compatibility testing (Browsers: Chrome, Firefox, Edge, Safari)

@dredmonds dredmonds added the WIP label Feb 11, 2025
Copy link

cypress bot commented Feb 11, 2025

data-hub-frontend    Run #59450

Run Properties:  status check passed Passed #59450  •  git commit 514045a493: Fix the pagination component so it can be component tested
Project data-hub-frontend
Branch Review feature/export-project-interactions-V2
Run status status check passed Passed #59450
Run duration 01m 38s
Commit git commit 514045a493: Fix the pagination component so it can be component tested
Committer Paul Gain
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 15
View all changes introduced in this branch ↗︎

@dredmonds dredmonds force-pushed the feature/export-project-interactions-V2 branch from 8b3663a to 110857c Compare February 11, 2025 16:02
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

Attention: Patch coverage is 85.10638% with 7 lines in your changes missing coverage. Please review.

Project coverage is 90.04%. Comparing base (dde8433) to head (514045a).

Files with missing lines Patch % Lines
...ent/modules/ExportPipeline/ExportDetails/index.jsx 63.15% 7 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7533   +/-   ##
=======================================
  Coverage   90.03%   90.04%           
=======================================
  Files        1122     1124    +2     
  Lines       17452    17469   +17     
  Branches     5044     5045    +1     
=======================================
+ Hits        15713    15730   +17     
  Misses       1739     1739           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

dredmonds and others added 18 commits February 25, 2025 11:29
* 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 .
Added test coverage for company export interaction
@dredmonds dredmonds force-pushed the feature/export-project-interactions-V2 branch from 5a4a709 to 514045a Compare February 25, 2025 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants