25 Commits

Author SHA1 Message Date
james
651d6235a4 Add config options for Province/State and Postal Code/Zip Code 2008-07-16 17:23:53 +00:00
james
091c2ceffd Judge list - delete now unlinks the judge from the current year
Judge manager - delete now deletes the judge completely

Judge list only shows judges active for current fairyear
Clarify a few issues on the judge registration page
2007-10-25 18:20:55 +00:00
dave
4d56266fec - Mark the language as a required field for judge input. I don't like how this
looks, but I wanted to stick with the convention of putting ththe
  REQUIREDFIELD after the input boxes.  Any ideas?  Can we center a single
  REQUIREDFIELD after all the checkboxes?
2007-01-30 07:53:38 +00:00
dave
50b4e146bd - Move the judging age preferences to the expertise page... and rename that
page to "Divisional Preferences"
- Add the ability for the judges to select special awards they would like to
  judge
- Add the ability for a judge to specify that they are a judge for a specific
  (one or more) award, and disable the divisional selection for them
2007-01-30 06:12:11 +00:00
dave
228a1a0583 Implementation of configurable judges questions. 2006-07-11 20:22:42 +00:00
james
644911c075 Fix a few problems with the requirement of the age categories preferences. 2006-02-07 20:48:15 +00:00
james
9881ddb968 Only try to insert category preferences if they've submitted category preferences 2006-01-16 18:19:12 +00:00
james
0079416c94 Add all the "required fields" feedback for judges registration 2006-01-12 17:08:41 +00:00
james
44a79493aa Get age category preference from judges as they register
Create scheduler configuration page to handle setup parameters for the automatic judge team assignments
Create the annealer to handle the actual assignments of judges to judging teams based on the lowest cost function of each individual team.  Currently takes into account: a) age category preference, b) divisional areas of expertise.  still requires: years of experience, language preference, and 'team captain' scheduling.
2006-01-03 02:08:23 +00:00
james
258db162c7 implement system to keep track of which judges are complete
make judge teams only list complete judges
2005-03-10 19:43:49 +00:00
james
a2b274f4b9 add two new js functions:
- fieldChanged
	- confirmChanges

call fieldChanged when any field in any of the registraiton forms are chagned
call confirmChanges when the "back to summary" link is changed, to warn them if they have any unsaved changes

remove "(discard changes") from the "back to summary" links.
2005-02-21 23:07:10 +00:00
james
12c514d8c5 refactor some of the authenticaiton code into the .inc.php
add a password changer

check for expired passwords and force changing if expired
2005-02-16 20:04:12 +00:00
james
ebe549d56f duplicate "back to judges registration summary" link at bottom of page as well
and change it to say "discard changes"
2005-02-16 18:21:32 +00:00
james
be8df8e72a add 'other professional qualifications' 2005-02-11 18:29:19 +00:00
james
0780f33984 remove leftover dob 2005-02-11 16:08:52 +00:00
james
5dc408da33 add judges languages, make sure at least one language is selected 2005-02-11 16:08:16 +00:00
james
920cb297b7 Add division preference
Add highest post secondary degree
Fix table rows to have full 4 columns (Was missing the 4th column)
2005-02-11 15:49:39 +00:00
james
5915103b55 add division preference
remove check for dob from status indicator
2005-02-11 15:32:29 +00:00
james
6183be32f9 -really remove Date of Birth
-add address2
-add phoneworkext
2005-02-11 15:28:34 +00:00
james
a6f775bc19 remove date of birth 2005-02-11 15:20:03 +00:00
james
324433ef23 Add GPL headers to ALL PHP files 2005-01-24 18:00:03 +00:00
james
abf8f8d7a7 switch judge info to use province selector 2005-01-05 16:28:42 +00:00
james
6626601a07 xhtml compliance 2004-12-20 19:49:15 +00:00
james
91e5323e5e Implement Patrick Whippey's suggestions for Judging Framework:
- split phone into phonework, phonehome and phonecell
	- subdivisions of expertise
	- category preference for judging
	- willing to be division chair
	- attending lunch
2004-12-20 19:46:08 +00:00
james
1b393c1bb0 Commit all work from the weekend:
- judges registration
 - small changes to participant registraiton
2004-12-19 23:16:46 +00:00