No description
Find a file
Nuno Duque Nunes 049ea7b77f fix: unify score submission on Score.submit, fix TGScore type drift, fix playedBy semantics for borrowed characters
- Score.submit/score/set.ts/score-inject.ts now all share one code path
- TGScore consolidated to single canonical type (was duplicated in types.ts and score.ts)
- Fixed atk/def/heal flat-vs-nested TGStats drift across leaderboard.ts, result layouts
- Fixed playedBy semantics — now correctly identifies the actual player on borrowed characters
- Attendance.allSubmitted now correctly matches against playedBy (borrower) not just userKey (owner)
- score-inject gained atk/def/heal/date/played_by parameters for full parity with real submission
- Added migrate-stats-shape.py and fix-class-keys.py maintenance scripts
2026-06-22 04:27:03 +01:00
data fix: unify score submission on Score.submit, fix TGScore type drift, fix playedBy semantics for borrowed characters 2026-06-22 04:27:03 +01:00
messages fix: unify score submission on Score.submit, fix TGScore type drift, fix playedBy semantics for borrowed characters 2026-06-22 04:27:03 +01:00
scripts fix: unify score submission on Score.submit, fix TGScore type drift, fix playedBy semantics for borrowed characters 2026-06-22 04:27:03 +01:00
src fix: unify score submission on Score.submit, fix TGScore type drift, fix playedBy semantics for borrowed characters 2026-06-22 04:27:03 +01:00
.env.example initial commit 2026-06-01 13:36:51 +01:00
.gitignore feat: Leaderboard & Result systems with aligned columns, call/confirm-no commands, persistent message slots 2026-06-20 03:04:52 +01:00
Dockerfile various features done, bug fixes on char conflicts 2026-06-03 01:51:26 +01:00
nodemon.json various features done, bug fixes on char conflicts 2026-06-03 01:51:26 +01:00
package.json feat: Leaderboard & Result systems with aligned columns, call/confirm-no commands, persistent message slots 2026-06-20 03:04:52 +01:00
tsconfig.json feat: Leaderboard & Result systems with aligned columns, call/confirm-no commands, persistent message slots 2026-06-20 03:04:52 +01:00