-
-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Copy card #48
Comments
It's a good feature. I will add it soon. |
I don't think a simple "copy card" feature would be too useful. At some point we'll rather need a proper template management: For boards and for cards. That way you would be able to "create card/board from ". But I think this will be on the list at a later point 😀 |
My suggestion was not for a template management workflow as I understand that will take longer to implement. I was suggesting a simply copy card like in Trello where you can copy a card plus the sub-tasks. This is available on similar card/board systems such as kanboard (I tried this as well as Planka). I was hoping this would be simple to implement. |
Hey, Can I work on this. I have an idea for this |
Sure, pull requests are always welcome! |
Hey I have 2 options in mind: 1: The pencil icon in every card there I can give an option for copy and then in the modal give options on which list we can copy |
I like option 1 as it similar to how Trello works |
Although we want a copy option too it should definetely NOT be like Trello, but differently - better. |
I understand you want it to be better than Trello @nickbe but to help @fanofnarendra include this feature, how do you think he should implement it? |
I was thinking about this yesterday and the best idea so far seems one that was discussed some time ago:
This way we would have a practical multi purpose control. |
That's an interesting idea but from a UX point of view, it's very different to the current interface. Currently, all card actions are driven by clicking the pencil in the top right of the card (such as Move and Delete). A logical place for a Copy function would be to add to this menu rather trying to create a new UI element such jump list or thumbnail list. Just my opinion as that makes sense to me but as @fanofnarendra is coding this, I am sure he has his own ideas too. |
Cool. |
Can i work on this enhancement? |
Yes, sure! I planned to do this as my next task, but then I'll just skip it. If you need help, you can ask me. |
Will it be fine if i give copy and paste option to every card ? like clicking the pencil on the top right of the card and providing option of copy and paste . |
Yep, it will be fine |
Can i get an approval on whether i am assigned this task so that i can start working on it. |
Sure, you are assigned this task 🙂 |
first of all thanks for assigning me this task. |
Unfortunately no, you can text me on Telegram (username: gh0st1y) and I'll try to help. I'll be sure to add a place for discussions soon. |
Hello how to copy cards ? @jensfrost @meltyshev @nickbe @Riya123-code @fanofnarendra @zahidhanif |
@jensfrost my two cents is if you have an implementation that works then go ahead and do a pull request. This allows the maintainers who actually know the ins and outs to weigh in on what you have done and for you to address any issues they notice while bringing an important feature to planka. Currently it might not be great, when it's approved you will at least know it's passable, and if you abandon it then someone else can build from where you are. Food for thought, you currently have a working solution for the issue with the most comments. Also I went through your implementation and nothing leapt out as an issue. |
The function "Copy card" would be really a nice feature for this great app. |
Hi all, Any updates on the "copy/duplicate card" feature? I was thinking it could be an exact copy of the "move" functionality. Except that it would not delete the card in the old location. |
Hi!
Adding this is certainly in our plans, but right now we're trying to rework more basic things like proper data deletion. Since I'm the only developer in the team, adding new features takes a looot of time, but we're in the active phase of solving this problem and things will probably be much faster in the near future.
Copying is a little more complicated than moving, because when you move a card you just need to change boardId and listId, but when you copy it you need to duplicate the data and also create a copy of the attachments. |
Thanks for the update! I thought "moving" was basically copying, with the addition of deleting the original. But I understand now it works differently. So I guess it's not an easy copy/paste implementation. I'll just patiently wait for it to be added. =) Thanks again for all the work. Planka is awesome. =) |
Why isn't this closed? |
Because nobody closed it! |
Thanks for this brilliant app. I am currently self-hosting in docker.
Please allow users to copy a card, including tasks. I use templates so this would be very helpful.
Thanks again.
The text was updated successfully, but these errors were encountered: