- Move `BattleTable` logic from `GroupMember` to its own `BattleTable.tsx` component. - Clean up `GroupMember` by removing unused imports (`Divider`, `Flex`, `Space`, `Table`, `getRoundTable`). - Add new utility functions in `src/utils/common.ts`: - `higherWin` and `lowerWin` to calculate scores based on point difference thresholds. - `calculate` to determine the final score return value based on win/loss status. |
||
|---|---|---|
| __test__ | ||
| .vscode | ||
| prisma | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| bun-env.d.ts | ||
| bun.lock | ||
| bunfig.toml | ||
| docker-compose.yml | ||
| dockerfile | ||
| package.json | ||
| prisma.config.ts | ||
| README.md | ||
| tsconfig.json | ||