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

Add export project interaction details page #7438

Draft
wants to merge 3 commits into
base: feature/export-project-interactions
Choose a base branch
from

Conversation

paulgain
Copy link
Contributor

@paulgain paulgain commented Dec 27, 2024

Description of change

This PR introduces an export project interaction details page. Currently, there is no backend endpoint available for this page, which will need to be implemented separately. In the interim, this PR uses a locally imported JSON file that mirrors the expected structure of the future endpoint's response.

Once the endpoint is implemented, follow the straightforward instructions provided in src/client/modules/ExportPipeline/ExportInteractionDetails/index.jsx to replace the JSON file with the API response.

Component tests will need to be written after the endpoint is implemented.

Test instructions

Go to: /export/<export-uuid>/interactions/details

Screenshots

Screenshot 2024-12-30 at 10 51 00

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)

@paulgain paulgain changed the base branch from main to feature/export-project-interactions December 27, 2024 17:13
@paulgain paulgain mentioned this pull request Dec 27, 2024
3 tasks
@paulgain paulgain changed the title Feature/export interaction details Add export project interaction details page Dec 27, 2024
Copy link

cypress bot commented Dec 27, 2024

data-hub-frontend    Run #58410

Run Properties:  status check passed Passed #58410  •  git commit 90463763fc: Add temporary endpoint instructions
Project data-hub-frontend
Branch Review feature/export-interaction-details
Run status status check passed Passed #58410
Run duration 01m 40s
Commit git commit 90463763fc: Add temporary endpoint instructions
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 ↗︎

@paulgain paulgain force-pushed the feature/export-interaction-details branch from adfc563 to 81129a5 Compare December 30, 2024 09:58
Copy link

codecov bot commented Dec 30, 2024

Codecov Report

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

Project coverage is 88.53%. Comparing base (f49e4e4) to head (9046376).

Files with missing lines Patch % Lines
.../ExportPipeline/ExportInteractionDetails/index.jsx 46.15% 7 Missing ⚠️
Additional details and impacted files
@@                           Coverage Diff                           @@
##           feature/export-project-interactions    #7438      +/-   ##
=======================================================================
- Coverage                                88.55%   88.53%   -0.03%     
=======================================================================
  Files                                     1161     1162       +1     
  Lines                                    18041    18054      +13     
  Branches                                  5129     5130       +1     
=======================================================================
+ Hits                                     15977    15984       +7     
- Misses                                    2064     2070       +6     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant