todo check

main
bel 2023-10-15 11:36:50 -06:00
parent 2e135f2e8f
commit 18d5e14813
1 changed files with 18 additions and 1 deletions

View File

@ -2,7 +2,6 @@ todo:
- review readme tail to finish // answer 3 questions, gofmt
- todo: go test
subtasks:
- TestAnalyzer_TransctionsSum
- TestAnalyzer_LargestTransaction
- TestAnalyzer_DuplicatesExcluded
- TestAnalyzer_GroupByCategory
@ -434,3 +433,21 @@ done:
- transaction.go:Transaction:String not clear if FormatUSD or amount currency should
not be changed, or even what currency Amount is
ts: Sun Oct 15 11:27:47 MDT 2023
- todo: go test
subtasks:
- TestAnalyzer_TransctionsSum
- TestAnalyzer_LargestTransaction
- TestAnalyzer_DuplicatesExcluded
- TestAnalyzer_GroupByCategory
- TestAnalyzer_BigSpendersReport
- TestAnalyzer_TransactionsFromURLs
- TestAnalyzer_TransactionsFromURLsConcurrent
- amount.go:Rounded probably does NOT handle float precision well... it is float64
tho...
- my `go mod tidy` actually cleared `go.mod` file, probably weird localhost backwards
compatilble stuff
- transaction.go:Transaction:String not clear if FormatUSD or amount currency should
not be changed, or even what currency Amount is
- transaction.go:Transaction:Sum again doesnt care about Amount currency or vendor/vendee
drift
ts: Sun Oct 15 11:36:45 MDT 2023