Project

General

Profile

Bug #7395

Updated by Tom Clegg almost 9 years ago

Currently, /users.csv gives you something like this 

 <pre> 
 human_id 	 sha1 	 download_url 	 get_evidence_genome_id 	 report_url 	 location 	 name 	 created_at 	 updated_at 	 locator 	 published_at 	 status_url 	 download_url 	 report_metadata 
 hu5D9DE3 	 false 												
 hu034DB1 	 true 												
 </pre> 

 see source:app/controllers/exports_controller.rb 

 Desired fixes: 
 * The column headings are obviously a copy-and-paste error (these are the "datasets" column headings). The second column should be "real_name". 
 * If the user has enabled "real name public", the second column says "true". We should show the participant's real name here. 
 * Related feature request: might as well add an "enrolled" column showing the date the participant enrolled. 

Back