Skip to content

Conversation

AbhishekA1509
Copy link
Member

@AbhishekA1509 AbhishekA1509 commented Sep 18, 2025

Description

This pull request introduces a reusable "Export to CSV" feature for the application, allowing users to export data as CSV files through a flexible and customizable UI component. The implementation includes new components, type definitions, and integrates the necessary dependencies for CSV export functionality. Additionally, minor improvements are made to type usage and icon support.

Export to CSV Feature:

Dependency Updates:

  • Added react-csv and its type definitions to package.json to enable CSV file generation and download. [1] [2]

Icon Support:

  • Added a new "arrow line down" icon to the icon library for use in export buttons. (src/Shared/Components/Icon/Icon.tsx, [1] [2]

Type Improvements:

  • Updated type usage in ResourceBrowser.Types.ts to remove unused imports and improve prop definitions for resource recommender action menus. [1] [2]

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR require documentation updates?
  • I've updated documentation as required by this PR.
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@AbhishekA1509 AbhishekA1509 self-assigned this Sep 18, 2025
@AbhishekA1509 AbhishekA1509 changed the title Feat/export csv feat: export csv Sep 18, 2025
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