Users may optionally enter a "sounds like" field for
names which provides a phonetic pronunciation of the
name. This information is later printed along with
results to allow the MC to correctly pronounce the
names during awards.
Tasks to accomplish this:
1. Add a sounds-like field to the people relation in the
database
2. update the Person.inc class to deal with this field
3. update the form display code in HTMLDisplay.inc to get
this info
4. update the code in SCRIPTS/ to sanitize the user's input
5. update the scripts in /bin to use this field if filled out.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=346400
Tasks to accomplish this:
1. Add a sounds-like field to the people relation in the
database
2. update the Person.inc class to deal with this field
3. update the form display code in HTMLDisplay.inc to get
this info
4. update the code in SCRIPTS/ to sanitize the user's input
5. update the scripts in /bin to use this field if filled out.