[PR #888] [MERGED] feat: redirect users upon signing completion #1233

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/888
Author: @adithyaakrishna
Created: 1/31/2024
Status: Merged
Merged: 2/9/2024
Merged by: @adithyaakrishna

Base: mainHead: feat/sign-redirect


📝 Commits (9)

📊 Changes

15 files changed (+150 additions, -74 deletions)

View changed files

📝 apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx (+3 -2)
📝 apps/web/src/app/(signing)/sign/[token]/form.tsx (+3 -2)
📝 apps/web/src/app/(signing)/sign/[token]/page.tsx (+10 -6)
📝 package-lock.json (+11 -2)
📝 packages/email/package.json (+2 -2)
packages/lib/constants/url-regex.ts (+2 -0)
📝 packages/lib/server-only/document-meta/upsert-document-meta.ts (+6 -2)
📝 packages/lib/server-only/document/duplicate-document-by-id.ts (+1 -0)
📝 packages/lib/server-only/document/get-document-by-token.ts (+1 -0)
packages/prisma/migrations/20240206111230_add_document_meta_redirect_url/migration.sql (+2 -0)
📝 packages/prisma/schema.prisma (+1 -0)
📝 packages/trpc/server/document-router/router.ts (+2 -1)
📝 packages/trpc/server/document-router/schema.ts (+7 -0)
📝 packages/ui/primitives/document-flow/add-subject.tsx (+92 -57)
📝 packages/ui/primitives/document-flow/add-subject.types.ts (+7 -0)

📄 Description

Description:

  • This PR adds a feature to redirect the users to a specific URL upon signing

🔄 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/888 **Author:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Created:** 1/31/2024 **Status:** ✅ Merged **Merged:** 2/9/2024 **Merged by:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Base:** `main` ← **Head:** `feat/sign-redirect` --- ### 📝 Commits (9) - [`3541a80`](https://github.com/documenso/documenso/commit/3541a805e5477570396fa8cfab59429946c9ff75) chore: add migration file - [`f4c24fd`](https://github.com/documenso/documenso/commit/f4c24fd9441fb8ff2224b0ef73dc6a019baf802f) feat: add a feature for redirecting users on signing - [`94e7253`](https://github.com/documenso/documenso/commit/94e72534e010664c0b612c21978b8dbc7b7a8534) chore: updated redirection - [`9ed16c6`](https://github.com/documenso/documenso/commit/9ed16c64d8c89c42f60efc9fd6c81dea9e3e8467) Merge branch 'main' of https://github.com/documenso/documenso into feat/sign-redirect - [`2636d5f`](https://github.com/documenso/documenso/commit/2636d5fd16b53c45d8e8664f96d514160bfe60ae) chore: finish and clean-up redirect post signing - [`1dd5432`](https://github.com/documenso/documenso/commit/1dd543247e79590a258b878390e884c97695ed71) chore: update branch - [`47b8cc5`](https://github.com/documenso/documenso/commit/47b8cc598ca8daecfa0478f5c85435d44abda9d8) fix: add validation and error message display - [`09b5621`](https://github.com/documenso/documenso/commit/09b5621542a52a649983f556f31be84b1c896c53) Merge branch 'main' into feat/sign-redirect - [`e26debe`](https://github.com/documenso/documenso/commit/e26debe83674999093ee6c5669c250b3464e9210) Merge branch 'main' into feat/sign-redirect ### 📊 Changes **15 files changed** (+150 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx` (+3 -2) 📝 `apps/web/src/app/(signing)/sign/[token]/form.tsx` (+3 -2) 📝 `apps/web/src/app/(signing)/sign/[token]/page.tsx` (+10 -6) 📝 `package-lock.json` (+11 -2) 📝 `packages/email/package.json` (+2 -2) ➕ `packages/lib/constants/url-regex.ts` (+2 -0) 📝 `packages/lib/server-only/document-meta/upsert-document-meta.ts` (+6 -2) 📝 `packages/lib/server-only/document/duplicate-document-by-id.ts` (+1 -0) 📝 `packages/lib/server-only/document/get-document-by-token.ts` (+1 -0) ➕ `packages/prisma/migrations/20240206111230_add_document_meta_redirect_url/migration.sql` (+2 -0) 📝 `packages/prisma/schema.prisma` (+1 -0) 📝 `packages/trpc/server/document-router/router.ts` (+2 -1) 📝 `packages/trpc/server/document-router/schema.ts` (+7 -0) 📝 `packages/ui/primitives/document-flow/add-subject.tsx` (+92 -57) 📝 `packages/ui/primitives/document-flow/add-subject.types.ts` (+7 -0) </details> ### 📄 Description **Description:** - This PR adds a feature to redirect the users to a specific URL upon signing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:24 +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#1233
No description provided.