Wildbook icon indicating copy to clipboard operation
Wildbook copied to clipboard

1196 encounter search result tabs calendar

Open erinz2020 opened this issue 2 months ago • 1 comments

rewrite encounter search result tabs:

  1. gallery view has been updated to react page;
  2. calendar view has been update to react page;
  3. map view and chart view stay as jsp page;
  4. project view has been removed, feature adding encounter to project has been added to result table
  5. export page has been remove, now user can export data via export modal

PR fixes #1196 PR fixes #1204 PR fixes #1202 PR fixes #1201 PR fixes #1200

erinz2020 avatar Oct 30 '25 17:10 erinz2020

Codecov Report

:x: Patch coverage is 14.69231% with 1109 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 8.62%. Comparing base (94c7247) to head (f9014ff).

Files with missing lines Patch % Lines
...tend/src/pages/SearchPages/buildChartsFunctions.js 0.00% 126 Missing and 77 partials :warning:
frontend/src/components/DataTable.jsx 0.00% 187 Missing :warning:
...src/pages/SearchPages/stores/EncounterFormStore.js 23.37% 103 Missing and 15 partials :warning:
...d/src/pages/SearchPages/components/ExportModal.jsx 0.95% 104 Missing :warning:
...nd/src/pages/SearchPages/stores/ImageModalStore.js 10.37% 82 Missing and 13 partials :warning:
...src/pages/SearchPages/searchResultTabs/MapView.jsx 0.00% 85 Missing :warning:
...c/pages/SearchPages/searchResultTabs/ChartView.jsx 0.00% 60 Missing :warning:
...ages/SearchPages/searchResultTabs/CalendarView.jsx 0.00% 50 Missing :warning:
frontend/src/pages/SearchPages/EncounterSearch.jsx 8.51% 43 Missing :warning:
frontend/src/hooks/useFetchManual.js 24.24% 20 Missing and 5 partials :warning:
... and 15 more
Additional details and impacted files
@@            Coverage Diff             @@
##              main   #1286      +/-   ##
==========================================
+ Coverage     8.59%   8.62%   +0.02%     
  Complexity     941     941              
==========================================
  Files          623     639      +16     
  Lines        68089   69225    +1136     
  Branches     12530   12943     +413     
==========================================
+ Hits          5853    5969     +116     
- Misses       61635   62536     +901     
- Partials       601     720     +119     
Flag Coverage Δ
backend 8.62% <14.69%> (+0.02%) :arrow_up:
frontend 8.62% <14.69%> (+0.02%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov-commenter avatar Oct 30 '25 17:10 codecov-commenter