Skip to content

feat: add rejectionNotes field to Game and mobile admin listing schemas #388

Description

@coderabbitai

Rejection notes are referenced in code but the field does not yet exist in the Prisma schema.

Files with TODO comments:

  • src/server/api/routers/games.ts lines 723–724 — rejectionNotes missing from Game schema
  • src/server/api/routers/mobile/admin.ts line 358 — rejectionNotes field missing from listing schema

Action required:

  • Add rejectionNotes String? (nullable) to the Game model and the mobile listing model in prisma/schema.prisma.
  • Create a migration.
  • Wire it up in the rejection mutation payloads.

Requested by @Producdevity — related to PR #375

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions