From d6fd8f51a17e451151a1b079958084dc478a6db9 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 11 Nov 2025 23:27:57 -0500 Subject: [PATCH] docs: Update README todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8412018..27c1b81 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Learning golang, writing a simple app to interface with an HTTP API and generate # TODO - [ ] Fetch the desired budget file +- [ ] Change path to route in API caller - [x] Trigger a bank sync and see if we can wait for it to finish (looks like it's a blocking call so we can safely sync before reports) - [ ] Fetch the category information for each category as well as the overall groups - [ ] Compile a email-friendly report of the information