todo check
parent
2e135f2e8f
commit
18d5e14813
19
todo.yaml
19
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue