mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #108] [CLOSED] Add an import feature for import Trello board as JSON to Planka #930
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/108
Author: @FaustinM
Created: 3/25/2021
Status: ❌ Closed
Base:
master← Head:add-import📝 Commits (5)
a128874Add an import feature for import Trello board as JSON to Plankaa729e11Add an import feature for import Trello board as JSON to Planka679dff7Fix conflict on package-lock.json6630e4aMerge remote-tracking branch 'Paladium-Developpement/add-import' into add-import3305d8eRemove ide files📊 Changes
24 files changed (+753 additions, -36741 deletions)
View changed files
📝
.gitignore(+2 -0)📝
client/package-lock.json(+22 -24079)📝
client/src/actions/entry/project.js(+7 -0)📝
client/src/actions/project.js(+41 -0)📝
client/src/api/projects.js(+3 -0)➕
client/src/assets/images/import-icon.svg(+5 -0)📝
client/src/components/Projects/Projects.jsx(+18 -1)📝
client/src/constants/ActionTypes.js(+5 -0)📝
client/src/constants/EntryActionTypes.js(+1 -0)📝
client/src/containers/ProjectsContainer.js(+2 -1)📝
client/src/locales/en/core.js(+1 -0)📝
client/src/sagas/core/requests/project.js(+30 -0)📝
client/src/sagas/core/services/project.js(+15 -1)📝
client/src/sagas/core/watchers/project.js(+4 -0)📝
package-lock.json(+1 -1874)➕
server/api/controllers/projects/import.js(+157 -0)📝
server/api/helpers/create-project.js(+17 -12)➕
server/api/helpers/download-import-data.js(+33 -0)➕
server/api/helpers/get-color-from-trello.js(+35 -0)➕
server/api/helpers/import-attachment-receiver.js(+81 -0)...and 4 more files
📄 Description
After the issue #105
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.