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

[TTAHUB-3787] Enhance communication log CSV export functionality #2645

Conversation

thewatermethod
Copy link
Collaborator

@thewatermethod thewatermethod commented Feb 11, 2025

Description of change

Covert RTR comm log and regional comm log to use backend driven CSV export (using the table widgets existing export doesn't work because the request includes fields not shown in the tabular data)

How to test

Export a CSV from both places, confirm the data is correct and complete

Issue(s)

Checklists

Every PR

  • Meets issue criteria
  • JIRA ticket status updated
  • Code is meaningfully tested
  • Meets accessibility standards (WCAG 2.1 Levels A, AA)
  • API Documentation updated
  • Boundary diagram updated
  • Logical Data Model updated
  • Architectural Decision Records written for major infrastructure decisions
  • UI review complete
  • QA review complete

Before merge to main

  • OHS demo complete
  • Ready to create production PR

Production Deploy

  • Staging smoke test completed

After merge/deploy

  • Update JIRA ticket status

@thewatermethod thewatermethod marked this pull request as ready for review February 12, 2025 15:31
Base automatically changed from jp/TTAHUB-3764/TTAHUB-3807/regional-comm-log to mb/TTAHUB-3808/communication-log-frontend February 13, 2025 15:01
Copy link
Collaborator

@AdamAdHocTeam AdamAdHocTeam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall code looks good but noticed some issues.

From the new Com Log page:

  • Exporting table returns more rows than shown.
  • Selecting a row and exporting results in server side error.

From the RTR:

  • Exporting table exports all rows not just what was shown.
  • Oddly enough the selected rows works from this path.

Copy link
Collaborator

@AdamAdHocTeam AdamAdHocTeam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good my issues are fixed.

@thewatermethod thewatermethod merged commit 665b7b0 into mb/TTAHUB-3808/communication-log-frontend Feb 17, 2025
10 checks passed
@thewatermethod thewatermethod deleted the mb/TTAHUB-3787/export-functionality branch February 17, 2025 14:21
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.

3 participants