Parent bounty: #743
Documentation bug
packages/db/prisma/schema.prisma defines a Notification model, but the README database model inventory omits notifications:
- Users
- Jobs
- Proposals
- Payments
- Reviews
- Messages
- Categories
- Skills
That makes the repository overview incomplete for contributors auditing the Prisma-backed domain model and the notification API surface.
Expected behavior
The README database inventory should include notifications alongside the other Prisma models.
Scope
- Add the missing
Notifications bullet to the README database model list.
- Keep the patch limited to this documentation correction.
- Do not change schema definitions, API behavior, unrelated README wording, or stack-version documentation.
This issue is limited only to the creator of this issue. This means that only the issue author can attempt to solve this issue. If you would like to work on it, please create another issue with the same contents and refer to issue #743 for more information.
Parent bounty: #743
Documentation bug
packages/db/prisma/schema.prismadefines aNotificationmodel, but the README database model inventory omits notifications:That makes the repository overview incomplete for contributors auditing the Prisma-backed domain model and the notification API surface.
Expected behavior
The README database inventory should include notifications alongside the other Prisma models.
Scope
Notificationsbullet to the README database model list.This issue is limited only to the creator of this issue. This means that only the issue author can attempt to solve this issue. If you would like to work on it, please create another issue with the same contents and refer to issue #743 for more information.