View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
06430 | Bug reports | Survey participants (Tokens) | public | 2012-08-05 16:49 | 2012-08-16 10:23 |
Reporter | lolo | Assigned To | jcleeland | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.00RC8 | ||||
Target Version | 2.00RC9 | Fixed in Version | 2.00RC9 | ||
Summary | 06430: Central Participant Database: list of participants does not scale well with the number of attributes (UI) | ||||
Description | In Central Participant Database, the list of participants (grid) contains one column per added attribute. I typically have between 20 and 30 attributes per participant. I guess there's many solutions to this problem: I let you decide what to do, even though I believe that having options 2) and 3) combined would be the best of the best ;) | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | 120721 | ||||
I will donate to the project if issue is resolved | Yes | ||||
Browser | Mozilla 14.0.1 (Win) | ||||
Database type & version | Mysql 5.5.24 | ||||
Server OS (if known) | Linux 2.6.27.52 | ||||
Webserver software & version (if known) | Apache 2 | ||||
PHP Version | 5.3.14 | ||||
PS: That problem also concerns the participant list in 'Token control'. |
|
Update: added screenshot |
|
Lolo: I've made a small adjustment to the participants system so that if there are more than 5 attributes selected to display in the main screen it will stop trying to fit the grid to the page width. I wouldn't want to limit the number of displayable attributes - but obviously there comes a point where showing them all might be overkill! I think for future releases we might look at a simpler way of choosing which columns to display. The jqGrid tool we use for these grid displays doesn't have a basic "autofit" method - the width of the columns either have to be manually set in the code, or else it just makes every column the same width. As a result, there's no simple way of setting an autofit method. That might also need to be added to the wish list of future versions. |
|
Fix committed to Yii branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=9242 |
|
Oh, one other quick thing: (3) is already covered. You don't HAVE to show all your attributes in the main window - in fact by default they don't show. You can change the setting in the attribute panel. |
|
Thanks for the fix. Yes I noticed that attributes can be made visible/hidden but it's a bit slow to have to edit each attribute in order to do so. For a future version, a quick filtering on the grid page itself would be very nice ;) |
|
Version 2.00 RC 9 released. |
|
LimeSurvey: Yii c5097eaf 2012-08-05 18:49 Details Diff |
Fixed issue 06430 - Central Participant Database: List of participants does not scale well with the number of attributes |
Affected Issues 06430 |
|
mod - application/views/admin/participants/displayParticipants_view.php | Diff File | ||
mod - scripts/admin/displayParticipant.js | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-08-05 16:49 | lolo | New Issue | |
2012-08-05 17:03 | lolo | Note Added: 20198 | |
2012-08-05 17:13 | lolo | File Added: screenshot.png | |
2012-08-05 17:14 | lolo | Note Added: 20199 | |
2012-08-05 17:51 | c_schmitz | Assigned To | => jcleeland |
2012-08-05 17:51 | c_schmitz | Status | new => assigned |
2012-08-06 01:48 | jcleeland | Note Added: 20209 | |
2012-08-06 01:49 | jcleeland | Changeset attached | => LimeSurvey Yii c5097eaf |
2012-08-06 01:49 | jcleeland | Note Added: 20210 | |
2012-08-06 01:49 | jcleeland | Resolution | open => fixed |
2012-08-06 01:49 | jcleeland | Note Added: 20211 | |
2012-08-06 01:50 | jcleeland | Status | assigned => resolved |
2012-08-06 09:29 | lolo | Note Added: 20213 | |
2012-08-08 13:56 | c_schmitz | Fixed in Version | => 2.00+ |
2012-08-12 15:32 | c_schmitz | Fixed in Version | 2.00+ => 2.00RC9 |
2012-08-15 00:22 | c_schmitz | Target Version | => 2.00RC9 |
2012-08-16 10:23 | c_schmitz | Note Added: 20472 | |
2012-08-16 10:23 | c_schmitz | Status | resolved => closed |
2016-12-08 10:39 | c_schmitz | Category | Tokens => Survey participants (Tokens) |