[PR #1456] [CLOSED] Feat/import focalboard #1305

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

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1456
Author: @ananastii
Created: 12/18/2025
Status: Closed

Base: masterHead: feat/import-focalboard


📝 Commits (2)

  • 3813454 feat: Add button for import from Focalboard
  • d4eb143 feat: Dasic import from focalboard

📊 Changes

8 files changed (+448 additions, -1 deletions)

View changed files

📝 client/src/components/boards/AddBoardStep/AddBoardStep.jsx (+8 -1)
📝 client/src/components/boards/AddBoardStep/ImportStep.jsx (+3 -0)
📝 client/src/locales/en-US/core.js (+1 -0)
📝 server/api/controllers/boards/create.js (+9 -0)
📝 server/api/helpers/boards/create-one.js (+4 -0)
server/api/helpers/boards/import-from-focalboard.js (+270 -0)
server/api/helpers/boards/process-uploaded-focalboard-import-file.js (+152 -0)
📝 server/api/models/Board.js (+1 -0)

📄 Description

No description provided


🔄 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/1456 **Author:** [@ananastii](https://github.com/ananastii) **Created:** 12/18/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/import-focalboard` --- ### 📝 Commits (2) - [`3813454`](https://github.com/plankanban/planka/commit/38134549c290c603f2473d959cda3f421fe1bc1c) feat: Add button for import from Focalboard - [`d4eb143`](https://github.com/plankanban/planka/commit/d4eb14366cc9e43ca986009580d556d3427d25ea) feat: Dasic import from focalboard ### 📊 Changes **8 files changed** (+448 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/boards/AddBoardStep/AddBoardStep.jsx` (+8 -1) 📝 `client/src/components/boards/AddBoardStep/ImportStep.jsx` (+3 -0) 📝 `client/src/locales/en-US/core.js` (+1 -0) 📝 `server/api/controllers/boards/create.js` (+9 -0) 📝 `server/api/helpers/boards/create-one.js` (+4 -0) ➕ `server/api/helpers/boards/import-from-focalboard.js` (+270 -0) ➕ `server/api/helpers/boards/process-uploaded-focalboard-import-file.js` (+152 -0) 📝 `server/api/models/Board.js` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1305