Join our community: https://t.me/+DOylgFv1jyJlNzM0
Why this matters
backend/src/seed/data/remittance.ts hand builds demo remittance rows that are inserted directly into the database. Nothing asserts the fields it produces match the remittanceSchemas.ts shape, so a schema change can silently desync from the seed data.
Acceptance criteria
Files to touch
- backend/src/seed/data/remittance.ts
- backend/src/schemas/remittanceSchemas.ts
Out of scope
Rewriting the seed data generator.
Why this matters
backend/src/seed/data/remittance.ts hand builds demo remittance rows that are inserted directly into the database. Nothing asserts the fields it produces match the remittanceSchemas.ts shape, so a schema change can silently desync from the seed data.
Acceptance criteria
Files to touch
Out of scope
Rewriting the seed data generator.