changeset 552:c9ed23fb6d38

feeds: Add fixme comments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jul 2020 23:00:38 +0300
parents 77a8fab2062f
children df8b3710e120
files feeds.tcl
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/feeds.tcl	Wed Jul 08 22:56:07 2020 +0300
+++ b/feeds.tcl	Wed Jul 08 23:00:38 2020 +0300
@@ -163,13 +163,16 @@
     }
     feeds_check_do 1 $upublic $unick $uchan
   } elseif {[string match "list*" $rcmd]} {
-    # List ...
+    # TODO FIXME -
     feeds_smsg $upublic $unick $uchan "usage_help"
 
   } elseif {[string match "hist*" $rcmd]} {
     # Show history of feeds
     set ulistitem [feeds_qm "history_list_item"]
     set ulistsep [feeds_qm "history_list_sep"]
+
+    # TODO FIXME - does not work as intended, should list feed with latest item's timestamp
+    # and number of items
     set usql "SELECT feed AS ufeed, utime FROM feeds GROUP BY feed ORDER BY utime DESC,feed DESC"
     set ulist {}