Skip to content

Implement export people data CSV functionality #10

Description

@Japoivvb

Describe the solution you'd like
Currently, the "Read All" pane does not provide an option to export data to a CSV file. To enhance functionality, we should:

  • Allow the user to export the data displayed in the "Read All" pane into a CSV file named people_data_yyyymmdd.csv (with the current date in yyyyMMdd format).

Additional context

Image
  • When the user clicks the export button, collect the data displayed in the "Read All" pane.

  • Format the data into a CSV structure, with the column headers corresponding to the fields visible in the pane.

  • Name the CSV file with the pattern people_data_yyyymmdd.csv, where yyyymmdd is the current date.

Example: people_data_20250201.csv.

  • Save the CSV file and prompt the user to select the location to save the file.

  • Show a confirmation message after the export is completed: Message: "Data exported successfully as people_data_yyyymmdd.csv."

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions