brackt/app/services
Chris Parsons 1ecad47ce6
fix(lint): address 4 oxlint errors on canonical-layer-pr2
- Remove unused filterNewResults import (events batch-add-results legacy
  path was removed in Phase 4 Task 4).
- Replace import() type annotation in sync-tournament-results test with
  a top-level type import (consistent-type-imports rule).
- Hoist tableName helper out of makeFakeDb closure so it's not recreated
  per call (consistent-function-scoping rule).
- eqeqeq: replace `!= null` with explicit null/undefined checks in
  tournament-identity.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-02 03:51:14 +00:00
..
__tests__ fix(lint): address 4 oxlint errors on canonical-layer-pr2 2026-05-02 03:51:14 +00:00
simulations fix(tests): update mock query keys after participants table rename 2026-05-01 19:09:28 +00:00
standings-sync refactor(services): update simulators and services for renamed schema 2026-05-01 16:50:01 +00:00
bracket-simulator.ts Replace console.* with structured logger, fix no-inferrable-types (closes #98) (#199) 2026-03-21 13:41:39 -07:00
discord.ts Show tied ranks with T prefix across standings and Discord (#239) 2026-03-27 20:45:15 -07:00
ev-calculator.ts fix: address VORP code review issues (#283) 2026-04-08 23:20:02 -04:00
icm-calculator.ts Replace console.* with structured logger, fix no-inferrable-types (closes #98) (#199) 2026-03-21 13:41:39 -07:00
probability-engine.ts Add projected-wins input mode to admin Elo Ratings page (#306) 2026-04-17 12:40:08 -07:00
probability-updater.ts refactor(services): update simulators and services for renamed schema 2026-05-01 16:50:01 +00:00
sync-tournament-results.ts feat(services): syncTournamentResults fan-out service 2026-05-01 21:40:49 +00:00