Update to backup example to backup lists and cards#6
Open
naven87 wants to merge 12 commits intolmatteis:masterfrom
Open
Update to backup example to backup lists and cards#6naven87 wants to merge 12 commits intolmatteis:masterfrom
naven87 wants to merge 12 commits intolmatteis:masterfrom
Conversation
This copies heavily from the revised code from adcloud to correct the problem with multiple board backup corrupting the base filename and overwriting backups.
…adcloud Reintegrating the backup to pull lists with cards rather than just cards with listId. Conflicts: example_backup.js
… the list information This recurses through each list and then creates unique rows for each card including the list fields in the CSV.
|
Merged the code to adcloud/node-trello |
Author
|
Sorry for the inconvenience, what is your setting so I make sure it matches, I haven't done a lot of collaboration, so I am not used to dealing with this issue. |
|
Me neither. All cool. Sent from my iPhone On 10.01.2012, at 19:57, David Johnsonreply@reply.github.com wrote:
|
Author
|
what is your whitespace settings do you have? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This copies heavily from the revised code from @adcloud => @luebken to correct the problem with multiple board backup corrupting the base filename and overwriting backups.
Changes API call to leverage lists which will also dump all open card information by default, current example will lose detail on List names/information.