Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

ledger #3786

Closed
wants to merge 31 commits into from
Closed

ledger #3786

wants to merge 31 commits into from

Commits on Sep 21, 2015

  1. Reimplement CSS using a renderer

    Over on #3786 I want to make a dashboard.css that uses the same but
    separate SCSS wiring.
    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    e081503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c96df4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb9b3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe93c11 View commit details
    Browse the repository at this point in the history
  5. Implement routing

    We want a single Dashboard js app that includes both the general ledger
    and chart of accounts.
    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    d27510c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e211fda View commit details
    Browse the repository at this point in the history
  7. Fix tests

    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    f632d21 View commit details
    Browse the repository at this point in the history
  8. Center the dashboard

    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    050fd20 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c26796 View commit details
    Browse the repository at this point in the history
  10. Update stub data

    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    d10ef73 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5c833a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2dbb2e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a985a72 View commit details
    Browse the repository at this point in the history
  14. Persistence!

    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    5a3aa45 View commit details
    Browse the repository at this point in the history
  15. Fix test_pages again

    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    3d7cec9 View commit details
    Browse the repository at this point in the history
  16. Implement account editing

    Not pixel-perfect but fine for now.
    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    81fa191 View commit details
    Browse the repository at this point in the history
  17. Test the v2/accounts API

    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    19c7ab4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1de32dc View commit details
    Browse the repository at this point in the history
  19. Move new API to api/

    This way we don't have to worry about namespace collisions when we go to
    release v3, etc.
    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    0d4c6cc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0dbe6a1 View commit details
    Browse the repository at this point in the history
  21. Trim whitespace

    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    a4bd171 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4d16505 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ce8613b View commit details
    Browse the repository at this point in the history
  24. s/bank/banking

    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    78138d1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c2660b4 View commit details
    Browse the repository at this point in the history
  26. Clean up curl examples in API

    This involved turning on code fencing in Markdown, and
    syntax-highlighting on the client.
    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    4a05cf5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0852582 View commit details
    Browse the repository at this point in the history
  28. Standardize curl calls

    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    bd8b346 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d272878 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f1b5256 View commit details
    Browse the repository at this point in the history
  31. Rename accounts/ to general-ledger-accounts/

    We're not worrying about subledgers yet.
    chadwhitacre committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    544429d View commit details
    Browse the repository at this point in the history