can now only join when in registration period and added test users

This commit is contained in:
2026-03-12 12:20:32 +01:00
parent bd56d97b6d
commit eb81fdb206
4 changed files with 22 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
name,description,maxTeamAmount,currentTeamAmount,registrationStartDate,registrationEndDate
Demo Tournament ,This is a demo tournament, 6, 0, 2026-02-01, 2026-02-28
Demo Tournament 2,This is a second demo tournament, 12, 5, 2026-03-01, 2026-03-15
Demo Tournament 3,This is a third demo tournament, 8, 8, 2026-03-10, 2026-03-20
Demo Tournament ,This is a demo tournament, 2, 0, 2026-02-01, 2026-02-28
Demo Tournament 2,This is a second demo tournament, 4, 5, 2026-03-01, 2026-03-15
Demo Tournament 3,This is a third demo tournament, 8, 8, 2026-03-15, 2026-03-20
1 name description maxTeamAmount currentTeamAmount registrationStartDate registrationEndDate
2 Demo Tournament This is a demo tournament 6 2 0 2026-02-01 2026-02-28
3 Demo Tournament 2 This is a second demo tournament 12 4 5 2026-03-01 2026-03-15
4 Demo Tournament 3 This is a third demo tournament 8 8 2026-03-10 2026-03-15 2026-03-20

View File

@@ -1,2 +1,6 @@
username, password
tikaiz, htlgkr
tikaiz, htlgkr
test01, htlgkr
test02, htlgkr
test03, htlgkr
test04, htlgkr
1 username password
2 tikaiz htlgkr
3 test01 htlgkr
4 test02 htlgkr
5 test03 htlgkr
6 test04 htlgkr