From bfa885c0857ebe2c8d0d69b6d73e613581887aac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Sat, 19 Sep 2009 12:01:30 +0000
Subject: [PATCH]  - added ideas

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29117 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/CMFActivity/bin/watch_activities | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/product/CMFActivity/bin/watch_activities b/product/CMFActivity/bin/watch_activities
index 2714b23a64..e4dd388fb5 100755
--- a/product/CMFActivity/bin/watch_activities
+++ b/product/CMFActivity/bin/watch_activities
@@ -1,6 +1,11 @@
 #!/bin/sh
 # Small watching script based on Sébastien idea.
 
+# ideas:
+#  - more control on what would be displayed
+#  - allow to group by tag instead of method_id
+#  - use python with curses to have runtime control
+
 function show_help ( )
 {
   script_name=`basename $0`
-- 
2.30.9