New Feature: Copy many #1470
New Feature: Copy many #1470
Conversation
Adding feature to Wekan is huge and excellent. There is nothing embarrassing, I also fix typos etc all the time. Here's how to remove commits: Remove all changes to readme and changelog. New strings are added in pull request to English base translation file wekan/i18n/en.i18n.json Thanks! |
Hi - thank you for your work in managing Wekan development. It was certainly very easy to find what to add and where. My Travis-CI build is failing because of mentions of swimlanes. I know this is a new feature. Am I building against an incorrect (or out of date) version of Wekan? What can I do to get my pull request to pass the Travis-CI check? Specific recommendations are appreciated (Don't do it for me, but please tell me what to do - I'm lost at this point, and would appreciate guidance.) Thanks. |
Travis is broken for everything, I have not fixed it yet. You don't need to change anything for Travis. |
It seems that you are implementing Checklist Templates #904 Using this kind of JSON in wekan/i18n/en.i18n.json file and JSON validator like https://jsonlint to check for JSON errors:
Do the following:
|
Thank you for this feedback! I'm excited to make these changes. You'll see an update soon! |
And, after 6 days of learning jade/pug, I think I've made the changes requested. |
Thanks, I will test. |
There is still variables with names like copyManyCard in translations etc. Those should be renamed to like "copyChecklistTemplateToManyCards" or similar. There should not be anything that has any text like copyManyCard, it's not clear enough. |
Thank you for the feedback. I'll get right on it |
Ready again for your review. Thank you for your patience and comments. Thank you for your efforts in coordinating wekan development. |
Thanks a lot, now it's perfect ! I will merge it soon and release new version of Wekan with that feature. Developers like you are the worth gold and time well spent for me. |
I want to be able to add multiple cards from a list. We create a "template card" that has the appropriate checklists, and then make multiple copies of that card substituting the title and description from a user supplied list in json format.
I've added "Copy Multiple Cards" to the Hamburger menu for Cards.
When you paste a list like:
[ {"title": "First Card title", "description":"First Card Description"}, {"title":"Second Card Description","description":"Second Card Description"},{"title":"Last Card title","description":"Last Card description"}]
The menu option will create 3 new cards in the list that you select.
The commit includes i18n/en-GB.i18n.json - but shouldn't based on the contrib guidelines.removed in last commitFirst time contributor. Feedback welcome (How do I get rid of the crazy/not useful/embarrassing commit messages that I used when developing this? Will they be part of the project forever?)
This change is