mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #36122
[Bug 1595028] A change has been merged
Reviewed: https://reviews.mahara.org/6628
Committed: https://git.mahara.org/mahara/mahara/commit/9d6b85cf47c0bdf685fa873db42906bee5ca3909
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: master
commit 9d6b85cf47c0bdf685fa873db42906bee5ca3909
Author: Dmitrii Metelkin <dmitriim@xxxxxxxxxxxxxxx>
Date: Mon Jun 27 12:45:30 2016 +1000
Bug #1595028: download CSV file with group membership
behatnotneeded
Change-Id: Ibbc5a70d5efca1415f0b781d71dca24d3e3d330b
Signed-off-by: Dmitrii Metelkin <dmitriim@xxxxxxxxxxxxxxx>
--
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:
Fix Committed
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
References