aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-24 03:19:50 -0300
committerEuAndreh <eu@euandre.org>2021-01-24 03:19:50 -0300
commitf77d0713730727636f2f23c580e301d979849b4f (patch)
tree27ab1832f41aa2eb73527c1d33d1d53057b54dd2
parentranking.sh: Make $INPUT value literal (diff)
downloadremembering-f77d0713730727636f2f23c580e301d979849b4f.tar.gz
remembering-f77d0713730727636f2f23c580e301d979849b4f.tar.xz
TODOs.md: Mark task-b2c26218-5f21-4efd-afbd-ff6af57a358a as CANCELLED
-rw-r--r--TODOs.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODOs.md b/TODOs.md
index 45e9fa6..b5a0ffd 100644
--- a/TODOs.md
+++ b/TODOs.md
@@ -1,6 +1,14 @@
# Tasks
-## TODO How to preserve to sort order from STDIN {#task-b2c26218-5f21-4efd-afbd-ff6af57a358a}
+## CANCELLED How to preserve to sort order from STDIN {#task-b2c26218-5f21-4efd-afbd-ff6af57a358a}
+- CANCELLED in 2021-01-24
+
+ Don't preserve.
+
+ The "blank" order, when remembering doesn't have any date on the input (usually a new profile), is to sort the input data, and it should be this way.
+ Otherwise the sort order that comes from STDIN would have to be included when showing ranked results, and use the STDIN order as a tie breaker.
+
+ Not only this would make the code much more complex, but also understanding the behaviour of the program harder.
- TODO in 2021-01-24
---