Search found 4 matches

by ulmont
Thu May 01, 2025 5:43 pm
Forum: Web Page for Pairings
Topic: JSON Parsing log?
Replies: 0
Views: 62044

JSON Parsing log?

Is there an error log for WinTD attempting to load a .pplz file? I'm experimenting with generating a .pplz programmatically from the USCF ratings database rather than having to have a manual import from CSV/XLSX step, and running into some crashes at the moment. EDIT: the proximate cause was almost ...
by ulmont
Wed Oct 02, 2024 3:57 pm
Forum: Web Page for Pairings
Topic: Simple Web Page for Displaying Pairings in Multi-Section Tournament
Replies: 4
Views: 168446

Re: Simple Web Page for Displaying Pairings in Multi-Section Tournament

That's what the "schema" page is on the help. However, it was missing a few of the result codes. +3 is for a Pairing Assigned Bye, rather than a requested bye of any value. Requested byes are just +1,0,or -1 with the opponent being -1. -98 is indeed a double forfeit. +98 is the unplayed d...
by ulmont
Thu Sep 12, 2024 8:32 pm
Forum: Web Page for Pairings
Topic: Simple Web Page for Displaying Pairings in Multi-Section Tournament
Replies: 4
Views: 168446

Re: Simple Web Page for Displaying Pairings in Multi-Section Tournament

This pulls the information out of a PTOZ (version 5 tournament) file so all you need to do is to write the content of the web page describing the tournament (in the "topDiv" near the bottom), change the file name in the loadZip instruction, upload the edited HTML file and the PTOZ file to...
by ulmont
Thu Sep 12, 2024 8:13 pm
Forum: Web Page for Pairings
Topic: Simple Web Page for Displaying Pairings in Multi-Section Tournament
Replies: 4
Views: 168446

Re: Simple Web Page for Displaying Pairings in Multi-Section Tournament

joepye wrote: Sun Aug 25, 2024 1:34 pm Pretty slick. I'm guessing (non-programmer here) that it would be quite a bit more complicated to add crosstables and/or standings?
Crosstables aren't that tough, and standings are just crosstables until you add in the tiebreaks.