[PR #1673] [MERGED] feat: limit free teams platform plan #1782

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1673
Author: @catalinpit
Created: 2/25/2025
Status: Merged
Merged: 4/15/2025
Merged by: @Mythie

Base: mainHead: feat/limit-free-teams-platform-plan


📝 Commits (3)

  • 2d4b18b feat: limit free teams to 1 for platform plan
  • fabb2fc Merge branch 'feat/rr7' into feat/limit-free-teams-platform-plan
  • b6fbd84 chore: allow 1 team for free for platform plan

📊 Changes

2 files changed (+26 additions, -2 deletions)

View changed files

📝 packages/ee/server-only/util/is-document-platform.ts (+1 -1)
📝 packages/lib/server-only/team/create-team.ts (+25 -1)

📄 Description

This pull request removes the id field from IsDocumentPlatformOptions in is-document-platform.ts and updates the billing logic in create-team.ts: platform plan users create their first team free, but pay for subsequent teams; non-platform users need an active team subscription if billing is enabled.


🔄 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/1673 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 2/25/2025 **Status:** ✅ Merged **Merged:** 4/15/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/limit-free-teams-platform-plan` --- ### 📝 Commits (3) - [`2d4b18b`](https://github.com/documenso/documenso/commit/2d4b18b1e8a96f01292f307fe2f4d555be6a705d) feat: limit free teams to 1 for platform plan - [`fabb2fc`](https://github.com/documenso/documenso/commit/fabb2fc3d2ae5f9b0b426e87bf206bd3413fece5) Merge branch 'feat/rr7' into feat/limit-free-teams-platform-plan - [`b6fbd84`](https://github.com/documenso/documenso/commit/b6fbd84027bae0ec2f1c7defdf001f1688542553) chore: allow 1 team for free for platform plan ### 📊 Changes **2 files changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/ee/server-only/util/is-document-platform.ts` (+1 -1) 📝 `packages/lib/server-only/team/create-team.ts` (+25 -1) </details> ### 📄 Description This pull request removes the `id` field from `IsDocumentPlatformOptions` in `is-document-platform.ts` and updates the billing logic in `create-team.ts`: platform plan users create their first team free, but pay for subsequent teams; non-platform users need an active team subscription if billing is enabled. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:03 +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#1782
No description provided.