Skip to content

Add hook to customize CSV export #376

Description

@Paul2708

Is your feature request related to a problem? Please describe.
Since we have legal demands to store the submissions and associated points, we are downloading each submission (see #360).
Due to the change from names to IDs, the exported CSV with the points no longer contains the user name.
However, the names of the submitted Git repositories still use the user name.
Thus, the association between the submission files and the entry in the CSV is missing.

Describe the solution you'd like
I'd propose a simple hook to customize the exported CSV.
This way, we could easily add the user name as a column to the CSV.

Describe alternatives you've considered
Currently, we have to manually download the user table and merge the exported CSV with the user table to add the user name to the CSV.

Please let me know what you think about it. I'd be happy to contribute a PR for this issue.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions