google-code-export / brewcompetitiononlineentry

Automatically exported from code.google.com/p/brewcompetitiononlineentry
0 stars 0 forks source link

Export Emails for Assigned Judges is Exporting ALL #406

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When you export a CSV file for email addresses of assigned judges, the 
resulting CSV file includes all participants.

Exporting a CSV for email addresses of assigned stewards also includes all 
participants.

Original issue reported on code.google.com by br...@brewdrinkrepeat.com on 8 May 2014 at 1:18

GoogleCodeExporter commented 9 years ago
Note: this is from the Export section.
When I go to Organizing > Manage/View > Assigned Judges and then choose Export 
I get a CSV file of only assigned judges (although the file itself is named 
"Available Judges..."

Original comment by br...@brewdrinkrepeat.com on 8 May 2014 at 1:22

GoogleCodeExporter commented 9 years ago
In 1.3.0.4: 
I think some of the reports in the export section don't match their titles. 
This defect is an example.

For the first row of "Email Addresses (CSV Files)" here's what the reports get 
you:

"All Participants" gets you all participants with:
* First Name
* Last Name
* Email
* Judge?
* Judge Availability
* Steward?
* Steward Availability
* Entries In...

"All Available Judges" (the same report you get when you go to Organizing > 
Manage/View > Assigned Judges and Export): gets you all participants that 
indicated they could judge with:
* First Name
* Last Name
* Email
* Rank
* BJCP ID
* Availability
* Likes
* Dislikes
* Entries In...

"All Available Stewards" gets you all participants that indicated they could 
steward, but with all the fields from "All Participants", above.

"All Assigned Judges" gets you *all* participants, but with all the fields from 
"All Available Judges", above. It does not indicate which are assigned. 

"All Assigned Stewards" results in the same output as "All Participants".

====================

I'd suggest that:
"All Participants": returns info about the participants that is relevant to all 
participants (not unique to judges or stewards). More demographics here would 
make this more useful.
"All Assigned Judges": return *only* info on assigned judges, with the current 
field set.
"All Assigned Stewards": return *only* info on assigned stewards, with the 
current field set.

Original comment by ted.as...@gmail.com on 22 Nov 2014 at 7:31