Skip to content

Instantly share code, notes, and snippets.

@jlongster
Last active January 28, 2016 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlongster/bd88d9199a362677dbb3 to your computer and use it in GitHub Desktop.
Save jlongster/bd88d9199a362677dbb3 to your computer and use it in GitHub Desktop.
galleon.reconciler=> @reconciler
{:list/transactions nil,
:transactions {:list/transactions [[:transaction/by-id 1] [:transaction/by-id 2] [:transaction/by-id 3] [:transaction/by-id 4]]},
:transaction/by-id {1 {:from_acct [{:balance 0, :id 4, :name "income"}], :id 1, :to_acct [{:balance 0, :id 1, :name "bank of america"}], :amount 3.5, :date 1453243176928}, 2 {:from_acct [{:balance 0, :id 4, :name "income"}], :id 2, :to_acct [{:balance 0, :id 2, :name "chase"}], :amount 7, :date 1453243176928}, 3 {:from_acct [{:balance 0, :id 4, :name "income"}], :id 3, :to_acct [{:balance 0, :id 3, :name "credit"}], :amount 12.1, :date 1453243176928}, 4 {:from_acct [{:balance 0, :id 4, :name "income"}], :id 4, :to_acct [{:balance 0, :id 1, :name "bank of america"}], :amount 9.44, :date 1453243176928}},
:om.next/tables #{:transaction/by-id}}
galleon.reconciler=> (om/db->tree '[:transactions] @reconciler @reconciler)
{:transactions {:list/transactions [[:transaction/by-id 1] [:transaction/by-id 2] [:transaction/by-id 3] [:transaction/by-id 4]]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment