INGInious/INGInious

[frontend/submissions] Automatic join of users information in CSV exports

Open

#891 opened on Nov 7, 2022

 (0 comments) (0 reactions) (0 assignees)Python (147 forks)auto 404
Feature requestGood First Issue

Repository metrics

Stars
 (237 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. Currently if you download the results of the submissions page query, you only get the username as user identification. A manual join has to be performed with the "Users" CSV to get more insight (realname, email, ...).

Describe the solution you'd like It would be useful to perform the join automatically and serve a CSV file with the user info.

Contributor guide