wip: competition card system

This commit is contained in:
2026-01-26 22:36:26 +01:00
parent 197ee0d5b1
commit 189eb135bb
24 changed files with 1232 additions and 616 deletions

View File

@@ -46,7 +46,7 @@ public class CompetitionWS {
RRegister rRegister;
@Inject
RCardboard rCardboard;
RCard rCard;
@Inject
RTeam rTeam;
@@ -93,7 +93,7 @@ public class CompetitionWS {
getWSReceiverMethods(RMatch.class, rMatch);
getWSReceiverMethods(RCategorie.class, rCategorie);
getWSReceiverMethods(RRegister.class, rRegister);
getWSReceiverMethods(RCardboard.class, rCardboard);
getWSReceiverMethods(RCard.class, rCard);
getWSReceiverMethods(RTeam.class, rTeam);
executor = notifyExecutor;