Skip to content
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

Let trello filter out needless data #69

Closed
ardumont opened this issue Oct 2, 2013 · 2 comments
Closed

Let trello filter out needless data #69

ardumont opened this issue Oct 2, 2013 · 2 comments
Labels
enhancement Idea to improve org-trello is good

Comments

@ardumont
Copy link
Member

ardumont commented Oct 2, 2013

The trello API permits to filter data.
This is API specific (board, card, checklist, item, action, etc...)

Exploit it to diminish the quantity of data to parse.

@ardumont
Copy link
Member Author

ardumont commented Jan 5, 2014

Some work has already been done regarding this.

This is not complete but this is worth mentioning.

Since #100, an effort has been made to have the data received from trello transformed into "org-trello", i.e. the same structure as the data parsed by org-trello from the buffer.

This means that the data is parsed and transformed if it is needed.
Otherwise, it is dropped.

This means, that further manipulations benefit from it.
This also means that there is still network load since it is not trello that does the filtering.

So there remains work to be done. Indeed, executing a specific request on trello's side to only have the data needed will reduce greatly the data to transit through network and also reduce the parsing time.

@ardumont
Copy link
Member Author

Also, #133 filtered out the data we did not need when retrieving the cards from the board (this is done when executing the 'sync from trello' command).

ardumont added a commit to ardumont/org-trello that referenced this issue Mar 28, 2014
  - [X] Let trello filter out needless data - get item
@ardumont ardumont mentioned this issue Mar 28, 2014
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Idea to improve org-trello is good
Projects
None yet
Development

No branches or pull requests

1 participant