atareshawty / SpendingTracker

Chart/Graphics Interface to visually see where I'm spending money
MIT License
3 stars 1 forks source link

Issue/date filter doesnt work #33

Closed atareshawty closed 8 years ago

atareshawty commented 8 years ago

WORK IN PROGRESS. I added an api endpoint with tests around it. Nothing in the app hits it yet

atareshawty commented 8 years ago

Added spending end point to get spending between optional dates. When the date submit button is hit, a fetch is made. The response is then injected into a handlebars template and placed back into the page so the page doesn't have to reload. There are tests around the endpoint and new db method