docs: update todo
This commit is contained in:
parent
80f5b39961
commit
ee5550ef1a
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
|
@ -1,9 +1,11 @@
|
|||
Learning golang, writing a simple app to interface with an HTTP API and generate emailable reports from an actualbudget instance
|
||||
|
||||
# TODO
|
||||
- [ ] Fetch the desired budget file
|
||||
- [x] Fetch the desired budget file
|
||||
- [x] 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
|
||||
- [ ] Send the email to the desired parties via SMTP
|
||||
- [x] Fetch the category information for each category as well as the overall groups
|
||||
- [x] Compile a email-friendly report of the information
|
||||
- [x] Send the email to the desired parties via SMTP
|
||||
- [ ] Write flake derivation
|
||||
- [ ] Write flake module and systemd service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue