wolfe3d / sodata

Science Olympiad Data
GNU General Public License v3.0
3 stars 2 forks source link

Apostrophes and Other Special Characters are a problem in events #9

Closed wolfe3d closed 3 years ago

wolfe3d commented 3 years ago

Since events are indexed on their name, apostrophes and other special characters cause huge problems for events. For instance, HTML select fields cannot have apostrophes in the value. We need to move this to an integer indexed field as the primary key.

wolfe3d commented 3 years ago

I changed event index to an integer value. I updated all files. There may still be issues elsewhere with apostrophes and other special characters.