Rematch in the grand final. #102
Replies: 6 comments 11 replies
-
Yes, you can use https://drarig29.github.io/brackets-docs/reference/model/interfaces/StageSettings.html#grandFinal |
Beta Was this translation helpful? Give feedback.
-
These are the steps I have taken to implement the double or rematch grand final: {
"id": 31,
"number": 2,
"stage_id": 0,
"group_id": 2,
"round_id": 12,
"child_count": 0,
"status": 0,
"opponent1": {
"id": null
},
"opponent2": {
"id": null
}
} Are these steps sufficient? Thank you for the guidance, and I apologize for any inconvenience. |
Beta Was this translation helpful? Give feedback.
-
Of course, this is the db.json file with the modifications from the previous comment. I am testing the demo with printing. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the assistance provided. On this occasion, I need to generate the third-place match or consolation match. To achieve this, I added the configuration 'consolationFinal: true,' but it is not working correctly. Should the mentioned match be added within the same final round? |
Beta Was this translation helpful? Give feedback.
-
Interestingly, in the double elimination, it seems to work correctly; however, in the single elimination, it generates incorrectly as in the previous image. |
Beta Was this translation helpful? Give feedback.
-
¿The library can generate an additional grand final as a rematch?; in the double elimination, all participants have a second chance. If a participant reaches the grand final without losing and loses only in that match, they should be able to have a second opportunity in that rematch match.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions