Skip to content

Add editable organization descriptions#4426

Open
realkoreanbeef wants to merge 1 commit into
Dokploy:mainfrom
realkoreanbeef:bounty/1413-organization-description
Open

Add editable organization descriptions#4426
realkoreanbeef wants to merge 1 commit into
Dokploy:mainfrom
realkoreanbeef:bounty/1413-organization-description

Conversation

@realkoreanbeef
Copy link
Copy Markdown

@realkoreanbeef realkoreanbeef commented May 19, 2026

Summary

  • Add an optional organization description field to the create/update organization dialog
  • Store the description inside the existing organization metadata JSON, preserving any other metadata keys
  • Trim blank descriptions and remove the metadata description key when the field is empty

Validation

  • corepack pnpm exec biome check apps/dokploy/server/api/routers/organization.ts apps/dokploy/components/dashboard/organization/handle-organization.tsx
  • corepack pnpm --filter dokploy run typecheck

Notes:

  • Full recursive corepack pnpm -r run typecheck currently fails on pre-existing unrelated workspace errors in apps/api/apps/schedules under packages/server (module import/implicit any/template processor errors), while the Dokploy app typecheck passes.
  • This is a focused slice toward Organisation and Teams Management #1413: editable organization descriptions via existing metadata, without a schema migration.

Related to #1413

@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant