diff options
author | EuAndreh <eu@euandre.org> | 2021-01-24 03:19:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-01-24 03:19:50 -0300 |
commit | f77d0713730727636f2f23c580e301d979849b4f (patch) | |
tree | 27ab1832f41aa2eb73527c1d33d1d53057b54dd2 | |
parent | ranking.sh: Make $INPUT value literal (diff) | |
download | remembering-f77d0713730727636f2f23c580e301d979849b4f.tar.gz remembering-f77d0713730727636f2f23c580e301d979849b4f.tar.xz |
TODOs.md: Mark task-b2c26218-5f21-4efd-afbd-ff6af57a358a as CANCELLED
Diffstat (limited to '')
-rw-r--r-- | TODOs.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 --- |