FAI-CIVL / FAI-Airscore

AirScore - online paragliding / hanggliding GAP-based scoring software.
https://airscore.cc/
GNU General Public License v3.0
13 stars 17 forks source link

Don't change the spelling of pilot names on import. #230

Closed philderbeast closed 3 years ago

philderbeast commented 3 years ago

Please don't change the spelling of pilot names on import. For the 2018 XC Dalmatian Paragliding Open don't make the following change:

-- Nuno Filipe da Fonseca Bastos Gomes
++ Nuno Filipe Da Fonseca Bastos Gomes

-- Ricardo Nicolau Soares Terra de Oliveira Figueiredo
++ Ricardo Nicolau Soares Terra De Oliveira Figueiredo

A snippet of the *.fsdb:

<FsParticipant id="74" name="Nuno Filipe da Fonseca Bastos Gomes" />
<FsParticipant id="80" name="Ricardo Nicolau Soares Terra de Oliveira Figueiredo" />
kuaka commented 3 years ago

above commit should fix this. I have tested with importing 2018 XC Dalmatian Paragliding Open. please test and close if ok.

philderbeast commented 3 years ago

From the table "Registered Pilot Details" before the fix:

Screen Shot 2020-12-26 at 8 42 15 PM

After the fix with the spelling from the *.fsdb preserved:

Screen Shot 2020-12-26 at 8 42 34 PM