]> git.localhorst.tv Git - alttp.git/commit
server calculated scoring
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 25 Mar 2022 08:44:20 +0000 (09:44 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 25 Mar 2022 10:29:18 +0000 (11:29 +0100)
commitd32516335ea2534e15256c948e9c38d3de40794b
tree00a78b264b577cb75ced128734088bc68290e364
parent2b3d5b3d98705cda41a7218d7133234b227e87b6
server calculated scoring
19 files changed:
app/Console/Commands/RecalculateRoundPlacements.php [new file with mode: 0644]
app/Console/Commands/RecalculateTournamentPlacements.php [new file with mode: 0644]
app/Events/ParticipantChanged.php [new file with mode: 0644]
app/Events/ResultChanged.php [new file with mode: 0644]
app/Events/ResultReported.php [deleted file]
app/Http/Controllers/ResultController.php
app/Models/Participant.php
app/Models/Result.php
app/Models/Round.php
app/Models/Tournament.php
database/migrations/2022_03_23_164955_result_placement.php [new file with mode: 0644]
database/migrations/2022_03_23_175706_participant_placement.php [new file with mode: 0644]
resources/js/components/pages/Tournament.js
resources/js/components/results/Item.js
resources/js/components/results/List.js
resources/js/components/results/ReportForm.js
resources/js/components/tournament/Scoreboard.js
resources/js/helpers/Participant.js
resources/js/helpers/Tournament.js