[PR #402] [CLOSED] feat: Random Document ID #943

Closed
opened 2026-02-26 19:31:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/402
Author: @melvinjariwala
Created: 9/23/2023
Status: Closed

Base: mainHead: feat/Random-Document-ID


📝 Commits (1)

📊 Changes

14 files changed (+97 additions, -51 deletions)

View changed files

.changeset/fresh-gorillas-walk.md (+8 -0)
📝 apps/web/pages/api/documents/[id].ts (+2 -2)
📝 apps/web/pages/api/documents/[id]/fields/index.ts (+4 -4)
📝 apps/web/pages/api/documents/[id]/recipients/index.ts (+2 -2)
📝 apps/web/pages/api/documents/[id]/send.ts (+3 -3)
📝 apps/web/pages/api/documents/[id]/sign.ts (+1 -1)
📝 apps/web/pages/api/test-sign/[id].ts (+1 -1)
📝 apps/web/pages/documents.tsx (+7 -5)
📝 apps/web/pages/documents/[id]/index.tsx (+1 -1)
📝 apps/web/pages/documents/[id]/recipients.tsx (+8 -6)
📝 packages/features/uploadDocument.ts (+25 -22)
📝 packages/lib/query/getDocument.ts (+1 -1)
packages/prisma/migrations/20230922143322_random_document_id/migration.sql (+31 -0)
📝 packages/prisma/schema.prisma (+3 -3)

📄 Description

Issue #193: Random Document ID.

The PDF documents have random IDs. This is achieved using UUID.


🔄 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/402 **Author:** [@melvinjariwala](https://github.com/melvinjariwala) **Created:** 9/23/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/Random-Document-ID` --- ### 📝 Commits (1) - [`40ba7bd`](https://github.com/documenso/documenso/commit/40ba7bd2b4d19a6e4a7df154387e8afdeb1a118e) feat: Random Document ID ### 📊 Changes **14 files changed** (+97 additions, -51 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/fresh-gorillas-walk.md` (+8 -0) 📝 `apps/web/pages/api/documents/[id].ts` (+2 -2) 📝 `apps/web/pages/api/documents/[id]/fields/index.ts` (+4 -4) 📝 `apps/web/pages/api/documents/[id]/recipients/index.ts` (+2 -2) 📝 `apps/web/pages/api/documents/[id]/send.ts` (+3 -3) 📝 `apps/web/pages/api/documents/[id]/sign.ts` (+1 -1) 📝 `apps/web/pages/api/test-sign/[id].ts` (+1 -1) 📝 `apps/web/pages/documents.tsx` (+7 -5) 📝 `apps/web/pages/documents/[id]/index.tsx` (+1 -1) 📝 `apps/web/pages/documents/[id]/recipients.tsx` (+8 -6) 📝 `packages/features/uploadDocument.ts` (+25 -22) 📝 `packages/lib/query/getDocument.ts` (+1 -1) ➕ `packages/prisma/migrations/20230922143322_random_document_id/migration.sql` (+31 -0) 📝 `packages/prisma/schema.prisma` (+3 -3) </details> ### 📄 Description ### Issue #193: Random Document ID. The PDF documents have random IDs. This is achieved using UUID. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:09 +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#943
No description provided.