[PR #1581] [MERGED] fix: refactor prisma relations #1731

Closed
opened 2026-02-26 20:30:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1581
Author: @dguyen
Created: 1/11/2025
Status: Merged
Merged: 1/13/2025
Merged by: @dguyen

Base: mainHead: fix/refactor-prisma-relations


📝 Commits (5)

📊 Changes

143 files changed (+687 additions, -790 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx (+8 -8)
📝 apps/web/src/app/(dashboard)/admin/documents/document-results.tsx (+6 -6)
📝 apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx (+4 -4)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view-button.tsx (+3 -3)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view-dropdown.tsx (+6 -6)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx (+4 -3)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx (+3 -3)
📝 apps/web/src/app/(dashboard)/documents/[id]/edit/document-edit-page-view.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx (+3 -3)
📝 apps/web/src/app/(dashboard)/documents/data-table-action-button.tsx (+4 -4)
📝 apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx (+6 -6)
📝 apps/web/src/app/(dashboard)/documents/data-table-title.tsx (+4 -4)
📝 apps/web/src/app/(dashboard)/documents/data-table.tsx (+2 -2)
📝 apps/web/src/app/(dashboard)/templates/[id]/edit/edit-template.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/templates/[id]/template-direct-link-dialog-wrapper.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/templates/[id]/template-page-view-information.tsx (+3 -2)

...and 80 more files

📄 Description

Description

Refactor prisma relations to be all camel case for consistency.

Testing

Todo:

  • Double check backwards compatibility for V1 API
  • Re-test everything

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1581 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 1/11/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix/refactor-prisma-relations` --- ### 📝 Commits (5) - [`a629bf9`](https://github.com/documenso/documenso/commit/a629bf939a8efb72ac1839ac7a8c6c3faceaa087) fix: refactor prisma relations - [`c1a5ef2`](https://github.com/documenso/documenso/commit/c1a5ef29b8225d50a0956e7ce49c42764217da46) fix: tests - [`d13dcc5`](https://github.com/documenso/documenso/commit/d13dcc5cefaa1c76bdf84154f2ca3fdbb49c2297) fix: tests - [`e938737`](https://github.com/documenso/documenso/commit/e938737afea6ce8a54cb7cb4f236386f0cc36b82) fix: signatures - [`ad358a3`](https://github.com/documenso/documenso/commit/ad358a35c270d27ee18df1798d9e125bad964167) Merge branch 'main' into fix/refactor-prisma-relations ### 📊 Changes **143 files changed** (+687 additions, -790 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx` (+8 -8) 📝 `apps/web/src/app/(dashboard)/admin/documents/document-results.tsx` (+6 -6) 📝 `apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx` (+4 -4) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view-button.tsx` (+3 -3) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view-dropdown.tsx` (+6 -6) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx` (+4 -3) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx` (+3 -3) 📝 `apps/web/src/app/(dashboard)/documents/[id]/edit/document-edit-page-view.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx` (+3 -3) 📝 `apps/web/src/app/(dashboard)/documents/data-table-action-button.tsx` (+4 -4) 📝 `apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx` (+6 -6) 📝 `apps/web/src/app/(dashboard)/documents/data-table-title.tsx` (+4 -4) 📝 `apps/web/src/app/(dashboard)/documents/data-table.tsx` (+2 -2) 📝 `apps/web/src/app/(dashboard)/templates/[id]/edit/edit-template.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/templates/[id]/template-direct-link-dialog-wrapper.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/templates/[id]/template-page-view-information.tsx` (+3 -2) _...and 80 more files_ </details> ### 📄 Description ## Description Refactor prisma relations to be all camel case for consistency. ## Testing Todo: - Double check backwards compatibility for V1 API - Re-test everything --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:30:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1731
No description provided.