From 18d5e14813a67d0bca35c1fd92e3d7793d1b63e4 Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 15 Oct 2023 11:36:50 -0600 Subject: [PATCH] todo check --- todo.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/todo.yaml b/todo.yaml index 982a922..bee9fef 100755 --- a/todo.yaml +++ b/todo.yaml @@ -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