-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMissing
38 lines (20 loc) · 791 Bytes
/
Missing
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
A faire
-------
bug:
------
pesée pas supprimé après heure
interdire la création de catégorie avec 0 ou 1 inscrit au total
duplication ligne catégorie avec un seul participant vaincoeur (dans la list des cat)
clean db:
----------
delete from ActualCategoryResult where ActualCategoryId>6;
delete from Fight where ActualCategoryId>6;
delete from CategoryStep where ActualCategoryId>6;
delete from ActualCategory where Id>6;
delete from StepLinking where ActualCategoryId>6;
test Global:
------
pool avec 3 participants (tie mais pas de combat en plus)
pool avec 4 participants (question : médaille au 4ème?)
2 pool + demi et finales pour 6 participants (+ avec tie dans les 2 pools)
2 pool + demi et finales pour 7 participants avec tie dans la pool de 4 entre 234