chore: delete empty features module, fix RaceRow timestamp types #11

Merged
admin merged 1 commits from chore/phase4-cleanup-types into main 2026-04-07 15:38:45 +00:00
Owner
  • Remove dead frontend/src/features/index.ts (empty export, unused)

  • RaceRow: created_at/updated_at typed as Date to match pg TIMESTAMPTZ runtime

  • rowToDto: explicit toISOString() conversion instead of relying on JSON.stringify

  • Mock DB: return Date objects for timestamp fields to match real pg behavior

- Remove dead frontend/src/features/index.ts (empty export, unused) - RaceRow: created_at/updated_at typed as Date to match pg TIMESTAMPTZ runtime - rowToDto: explicit toISOString() conversion instead of relying on JSON.stringify - Mock DB: return Date objects for timestamp fields to match real pg behavior
admin added 1 commit 2026-04-07 15:38:41 +00:00
chore: delete empty features module, fix RaceRow timestamp types
Some checks failed
CI / build-and-test (pull_request) Has been cancelled
7260fb59ea
- Remove dead frontend/src/features/index.ts (empty export, unused)

- RaceRow: created_at/updated_at typed as Date to match pg TIMESTAMPTZ runtime

- rowToDto: explicit toISOString() conversion instead of relying on JSON.stringify

- Mock DB: return Date objects for timestamp fields to match real pg behavior

Made-with: Cursor
admin merged commit ef423b322f into main 2026-04-07 15:38:45 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/runners-calendar#11