← Back to team overview

mahara-contributors team mailing list archive

[Bug 1595028] [NEW] Download CSV file with group membership

 

Public bug reported:

A site admin is able to download group membership via a CSV file for all
the groups displayed on "Administer groups", i.e. in the format you
would need for /admin/groups/uploadmemberscsv.php

I would include the first name, last name and display name though
besides the username so it's easier to identify the people without
always having to look up the real name. We have a user spreadsheet at
/admin/users/report.php (but you wouldn't need ID number , remote
username, last login and probation).

We can display up to 500 groups at once. That can be a lot of users in
them potentially taking quite a bit of processing power to generate the
CSV. If that is not feasible processing-wise, we'll need to think about
a different approach. The paginator allows us to display 1, 10, 20, 50,
100 and 500 results. So we don't always have to show 500 groups.

This would go for manually created groups as well as CSV-created groups.
This will be done as part of other group enhancements for bug #826649.

** Affects: mahara
     Importance: Wishlist
     Assignee: Dmitrii Metelkin (dmitriim)
         Status: Confirmed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1595028

Title:
  Download CSV file with group membership

Status in Mahara:
  Confirmed

Bug description:
  A site admin is able to download group membership via a CSV file for
  all the groups displayed on "Administer groups", i.e. in the format
  you would need for /admin/groups/uploadmemberscsv.php

  I would include the first name, last name and display name though
  besides the username so it's easier to identify the people without
  always having to look up the real name. We have a user spreadsheet at
  /admin/users/report.php (but you wouldn't need ID number , remote
  username, last login and probation).

  We can display up to 500 groups at once. That can be a lot of users in
  them potentially taking quite a bit of processing power to generate
  the CSV. If that is not feasible processing-wise, we'll need to think
  about a different approach. The paginator allows us to display 1, 10,
  20, 50, 100 and 500 results. So we don't always have to show 500
  groups.

  This would go for manually created groups as well as CSV-created
  groups. This will be done as part of other group enhancements for bug
  #826649.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1595028/+subscriptions


Follow ups