- Refactor ClubEventList to subscribe to all club events instead of just the current page, removing pagination from the ICS URL. - Enhance ICS generation for club subscriptions: - Fetch all non-finished events across pages. - Include geographic location (lat/lon) in the event metadata. - Add 2-hour alarms (display and audio) to all subscribed events. - Improve EventCard status display with logic for 'Finished', 'In Progress', and countdown formats. - Update KaiqiuService to parse match status (isProcessing, isFinished) and location name accurately. - Integrate dayjs timezone (Asia/Tokyo) and UTC plugins across index.tsx, services, and types. - Update IEventInfo interface to include isProcessing and location fields. |
||
|---|---|---|
| __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 | ||