* Admin overview page should show pending invites if board set to Invite Only, and should also show recently joined members * add `timezone` to `LeaderboardConfig` and make it editable via Admin Settings page * add `refresh rate` to `LeaderboardConfig` and make it editable via Admin Settings page * dd deploy to DO App Platform button. Currently their button only supports one container. The rest must be manually configured: - Website (`pnpm build:web`, run cmd: `pnpm migrate && pnpm start:web`) - Postgres (requires manually installing citext extension `CREATE EXTENSION citext`) - Valkey/Redis (default configs are fine) - Worker (`pnpm worker`) - Scheduler (`pnpm scheduler`)
timezonetoLeaderboardConfigand make it editable via Admin Settings pagerefresh ratetoLeaderboardConfigand make it editable via Admin Settings pagepnpm build:web, run cmd:pnpm migrate && pnpm start:web)CREATE EXTENSION citext)pnpm worker)pnpm scheduler)