From ad9fbfebdf8e85a5e82c8812461eab8083ab2d1a Mon Sep 17 00:00:00 2001 From: bel Date: Sun, 15 Oct 2023 10:51:03 -0600 Subject: [PATCH] todo --- .gitignore | 1 + todo.yaml | 60 +++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 56 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..78fd378 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +**/*.sw* diff --git a/todo.yaml b/todo.yaml index dca36de..030e063 100755 --- a/todo.yaml +++ b/todo.yaml @@ -4,11 +4,15 @@ todo: subtasks: - my `go mod tidy` actually cleared `go.mod` file, probably weird localhost backwards compatilble stuff - - TestFormatUSD - - TestFormatUSD/zero - - TestFormatUSD/positive - - TestFormatUSD/negative - - TestFormatUSD/large + - todo: TestFormatUSD + subtasks: + - TestFormatUSD/zero + - TestFormatUSD/positive + - TestFormatUSD/negative + - TestFormatUSD/large + - no implementation + - naive `-$xx,yyy.zz` + - comment emphasizes localization, which is minimum `-xx.yyy,zz` - TestTransaction_String - TestTransaction_String/MCCOLLOMS_INC - TestTransaction_String/QUANTUM_ELECTRIC_INC @@ -59,3 +63,49 @@ done: - my `go mod tidy` actually cleared `go.mod` file, probably weird localhost backwards compatilble stuff ts: Sun Oct 15 10:49:10 MDT 2023 +- todo: go test + subtasks: + - my `go mod tidy` actually cleared `go.mod` file, probably weird localhost backwards + compatilble stuff + - TestFormatUSD + - TestFormatUSD/zero + - TestFormatUSD/positive + - TestFormatUSD/negative + - TestFormatUSD/large + - TestTransaction_String + - TestTransaction_String/MCCOLLOMS_INC + - TestTransaction_String/QUANTUM_ELECTRIC_INC + - TestTransaction_String/MARRIOTT_33716_NEW_ORLEAN + - TestAnalyzer_TransctionsSum + - TestAnalyzer_LargestTransaction + - TestAnalyzer_DuplicatesExcluded + - TestAnalyzer_GroupByCategory + - TestAnalyzer_BigSpendersReport + - TestAnalyzer_TransactionsFromURLs + - TestAnalyzer_TransactionsFromURLsConcurrent + ts: Sun Oct 15 10:50:37 MDT 2023 +- todo: go test + subtasks: + - my `go mod tidy` actually cleared `go.mod` file, probably weird localhost backwards + compatilble stuff + - todo: TestFormatUSD + subtasks: + - TestFormatUSD/zero + - TestFormatUSD/positive + - TestFormatUSD/negative + - TestFormatUSD/large + - no implementation + - naive `-$xx,yyy.zz` + - comment emphasizes localization, which is minimum `-xx.yyy,zz` + - TestTransaction_String + - TestTransaction_String/MCCOLLOMS_INC + - TestTransaction_String/QUANTUM_ELECTRIC_INC + - TestTransaction_String/MARRIOTT_33716_NEW_ORLEAN + - TestAnalyzer_TransctionsSum + - TestAnalyzer_LargestTransaction + - TestAnalyzer_DuplicatesExcluded + - TestAnalyzer_GroupByCategory + - TestAnalyzer_BigSpendersReport + - TestAnalyzer_TransactionsFromURLs + - TestAnalyzer_TransactionsFromURLsConcurrent + ts: Sun Oct 15 10:50:51 MDT 2023