python-mapswipe-workers icon indicating copy to clipboard operation
python-mapswipe-workers copied to clipboard

add usernames to export file

Open Hagellach37 opened this issue 3 years ago • 0 comments

when downloading the users.csv file for a project you currently only get the user id, but no information on the user names. This would be nice to be able to display stats such as these on the mapswipe website.

This is addressed here in the code:

  • https://github.com/mapswipe/python-mapswipe-workers/blob/master/mapswipe_workers/mapswipe_workers/generate_stats/user_stats.py
  • we need to implement another function to actually get the user names from the postgres database

Hagellach37 avatar Apr 19 '21 09:04 Hagellach37