FIRSTChesapeake / frc2013score

The project is on hold until a need arises.
http://www.virginiafirst.org
GNU General Public License v2.0
0 stars 0 forks source link

Build out web module to generate Rank XML #22

Closed nomad-geek closed 11 years ago

nomad-geek commented 11 years ago

The format of the output should be as follows:

<RANKINGS>
<RANK>
<POSITION>1</POSITION>
<TEAM>1111</TEAM>
<QS>8</QS>
<AP>120</AP>
<CP>16</CP>
<TP>100</TP>
<WLT>4-0-0</WLT>
<DQ>0</DQ>
<PLAYED>4</PLAYED>
</RANK>
<RANK>
<POSITION>2</POSITION>
<TEAM>2222</TEAM>
<QS>7</QS>
<AP>100</AP>
<CP>12</CP>
<TP>80</TP>
<WLT>3-0-1</WLT>
<DQ>0</DQ>
<PLAYED>4</PLAYED>
</RANK>
</RANKINGS>
KyleJ924 commented 11 years ago

Save as "rankings.xml"

KyleJ924 commented 11 years ago

Updated with rankings instead of results.