[PR #1470] [CLOSED] docs: Add design proposal for large card content system (10GB+ support) #1310

Closed
opened 2026-02-04 22:02:47 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1470
Author: @rightson
Created: 1/2/2026
Status: Closed

Base: masterHead: claude/large-card-content-system-2c8yq


📝 Commits (1)

  • f6784ef docs: Add design proposal for large card content system (10GB+ support)

📊 Changes

1 file changed (+1357 additions, -0 deletions)

View changed files

DESIGN_LARGE_CARD_CONTENT.md (+1357 -0)

📄 Description

Proposes a new architecture to overcome the 1MB card description limit by:

  • Storing content in file storage instead of database
  • Separating inline pasted images as distinct attachments
  • Providing automated migration from base64-embedded images
  • Supporting 10GB+ content per card with versioning

Includes detailed specifications for database schema, API endpoints, migration strategy, testing, and rollback procedures.


🔄 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/plankanban/planka/pull/1470 **Author:** [@rightson](https://github.com/rightson) **Created:** 1/2/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `claude/large-card-content-system-2c8yq` --- ### 📝 Commits (1) - [`f6784ef`](https://github.com/plankanban/planka/commit/f6784efdfa8cb4f3e6968df6e0bf47a659196115) docs: Add design proposal for large card content system (10GB+ support) ### 📊 Changes **1 file changed** (+1357 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `DESIGN_LARGE_CARD_CONTENT.md` (+1357 -0) </details> ### 📄 Description Proposes a new architecture to overcome the 1MB card description limit by: - Storing content in file storage instead of database - Separating inline pasted images as distinct attachments - Providing automated migration from base64-embedded images - Supporting 10GB+ content per card with versioning Includes detailed specifications for database schema, API endpoints, migration strategy, testing, and rollback procedures. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 22:02:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1310