Commit Graph

33 Commits

Author SHA1 Message Date
f075e1e167 Reducing log level of information about dropped non-finalists 2023-11-19 13:18:12 +01:00
638b2a3002 Reenable checking of additional dance to make bugs more prominent 2023-11-19 13:04:01 +01:00
8298cd85a8 Added file changes made live during competition to make things run smoothly 2023-11-13 09:31:43 +01:00
c7212316ee Fix native class from final result table 2023-11-08 20:46:05 +01:00
bb10d5fa06 Ignore failed preview round scans 2023-11-08 20:45:19 +01:00
36fa6a6dca Augment the logging for debugging 2023-11-08 20:42:11 +01:00
03fed1e1e4 Handle incomplete competitions as well 2023-10-06 17:52:52 +02:00
a8be846f36 Create basic environment for flask-based output 2023-09-29 16:34:44 +02:00
d7d72e83b5 Allow to filter only for finalists in the output of the script 2023-09-26 12:59:41 +02:00
62035b01b4 Make output of calculation correct (per class calculations) 2023-09-26 12:35:35 +02:00
c517878126 Simplified CLI interface to use only HTML outputs 2023-09-25 14:59:16 +02:00
b738126bf3 First working solution but with unclear about shared places 2023-09-13 17:41:57 +02:00
04803e21ed Make output work in general 2023-09-13 16:07:55 +02:00
eafca2e9aa Written basic code to parse existsing exports successfully 2023-09-13 15:23:04 +02:00
240824e808 Start using newly defined types 2022-12-03 21:46:19 +01:00
15982a4ac0 Create central type classes 2022-12-03 14:29:35 +01:00
5d141113aa Put CSV parsing into separate file 2022-11-28 20:11:50 +01:00
9e59ca79d2 Parse preview rounds in batch script 2022-11-27 09:10:17 +01:00
adc7158862 Cache parsed object in parser object 2022-11-26 08:43:15 +01:00
4837e54081 Create script to read setup rounds 2022-11-19 07:38:22 +01:00
ffba4087e7 Fix naming of classes and groups in CSV parser 2022-11-16 10:23:10 +01:00
0090f2c259 Added better logs 2022-11-16 10:22:09 +01:00
3dfc022b08 Map individual results onto common table rows 2022-11-15 19:37:08 +01:00
04d8cdf52b Sort persons according to the best ordering 2022-11-15 19:36:31 +01:00
fb7b1f72eb Group persons according to their groups 2022-11-15 19:03:24 +01:00
32ed966e74 Get all required dances for useful output 2022-11-15 18:39:41 +01:00
ea6009bb0a Merge HTML final status into main data structures 2022-11-15 18:11:40 +01:00
867b18576f Extract data from HTML to allow for simpler extraction 2022-11-15 16:52:19 +01:00
8301ae206f Add dedicated class and group for competitions for comparirision with HTML 2022-11-15 16:50:08 +01:00
4275466cca Add finalist attribute to objects 2022-11-15 14:38:46 +01:00
80d0269cb2 Extract some commin data from raw imports 2022-11-15 13:01:00 +01:00
eb7ffc7f78 Consolidate result data 2022-11-15 10:48:50 +01:00
a4e9020ebd Create importer to objects 2022-11-14 20:01:32 +01:00