Project

General

Profile

Actions

Idea #3157

closed

[Workbench] Admin button to download user list as CSV

Added by Ward Vandewege almost 10 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Workbench
Target version:
-
Story points:
1.0

Description

  def render_index
    respond_to do |f|
      f.csv { render_csv_here }
      f.any { super }
    end
  end
  • Perhaps rename "Activity" tab on users#index page to "Admin", and add "Download profiles" button there.
Actions #1

Updated by Tom Clegg over 9 years ago

  • Subject changed from add a way to see or download a report of all users and the information from their 'personal information' fields. to Admin button to download user list as CSV
  • Description updated (diff)
  • Parent task changed from #3153 to #3296
Actions #2

Updated by Tom Clegg over 9 years ago

  • Category set to Workbench
  • Assigned To set to Radhika Chippada
  • Parent task deleted (#3296)
Actions #3

Updated by Tom Clegg over 9 years ago

  • Tracker changed from Task to Idea
  • Subject changed from Admin button to download user list as CSV to [Workbench] Admin button to download user list as CSV
Actions #4

Updated by Tom Clegg over 9 years ago

  • Story points set to 1.0
Actions #5

Updated by Tom Clegg over 9 years ago

  • Target version changed from 2014-08-27 Sprint to Arvados Future Sprints
Actions #6

Updated by Ward Vandewege over 9 years ago

  • Target version changed from Arvados Future Sprints to 2014-09-17 sprint
Actions #7

Updated by Tom Clegg over 9 years ago

  • Target version changed from 2014-09-17 sprint to Arvados Future Sprints
Actions #8

Updated by Radhika Chippada over 9 years ago

  • Target version changed from Arvados Future Sprints to 2014-09-17 sprint

A few questions:

  • Do we want all of prefs or just prefs.profile? Basically, do we want to define the columns in the report?
  • There could be comma characters in data itself. May be we should use tsv, instead of csv? If we are going with tsv, it may be desirable to also update profile / other applicable code to replace any tab characters with space characters before storing data.
Actions #9

Updated by Tom Clegg over 9 years ago

  • Target version changed from 2014-09-17 sprint to Arvados Future Sprints
Actions #10

Updated by Radhika Chippada almost 8 years ago

  • Assigned To deleted (Radhika Chippada)
Actions #11

Updated by Tom Clegg about 7 years ago

  • Status changed from New to Closed
Actions #12

Updated by Tom Clegg about 7 years ago

  • Target version deleted (Arvados Future Sprints)
Actions

Also available in: Atom PDF