[Ml-yokadi] t_stat
Aurélien Gâteau
aurelien.gateau
Ven 27 Mar 16:06:15 CET 2009
Sébastien Renard wrote:
> Hello,
>
> I was starting to hack a little « t_stat » function that would only display
> some statistics about stats (number of active tasks, project, max tasks
> age...)... It was intended to be potentially displayed at yokadi start (sort
> of welcome dashboard).
> And then I start to add things like top urgent/due tasks...
Maybe this could be made configurable: I like Yokadi startup to be lean
and mean (it's already too slow for me), but I can see how it could be
useful for others to be able to define a "startup command".
> Well, it starts to look like t_list. So I stop and would like to ask for some
> advise.
I believe it can be implemented with t_list. To avoid making it insanely
complex, we should list typical t_list use-cases and see which one are
not easy to do at the moment.
Here is how I use t_list for now:
- List tags for a project I am working on (t_list project, t_list proj%)
- List my appointments (t_list @rdv)
- Search for a bug I entered with bug_add (t_list project -s text)
- Get a slide of what I need to do (t_list -u)
- Get a shopping list (t_list @shop-type)
- Report to my boss (t_list -d thisweek project)
> - keyword displaying (yes I know, screen are too small). Well, that means
> basic columns display hide/show.
I was thinking a solution for this (and for the due date column width)
could be adding a way to display tasks in two row per task mode. This
way you can for example show keywords below title. and remaining time
can be shown below due date.
Aurélien
Plus d'informations sur la liste de diffusion Ml-yokadi