Generating SDIF

Last night I completed the initial PHP include file for SDIF support.  As I mentioned previously, I thought it would take a while and it did.  The upside is taking the time to go through the specification to create all the PHP constants has made me more familiar with SDIF.  I don’t think it will be too hard to generate SDIF from the registration information the plugin already collects however, there are parts of the plugin which will need some additions.  For example – the SDIF team records (there are two of them) require detail which wasn’t collected previously and the swimmer records prefer to have the middle name because the USA Swimming Id is constructed from portions of the swimmer’s first, middle, and last names along with their birthdate.  Looks like to me like you can still end up with conflicts but that is  what the specification outlines.  So now off to enhance the team and swimmer forms.

Leave a Reply