Carl Zmola | 25 Jul 14:45
Favicon

Behavior for taskcoach feature

I have almost implemented the 'field clicking' in the task tree view.

If I click on most fields, it opens the right page and sets focus correctly.
I don't know what to do about calculated fields (total budget) or 
efforts (timeSpent)
For now I have mapped totalBudget to budget since it doesn't make sense 
to focus on recursiveBudget

Efforts I am doing nothing with (the task opens on the subject page).

I will clean this up and send out a patch for review soon.
I would like to commit soon or at least get a branch to work in if I am 
going to do much more.
Working without version control is getting tedious.

Carl

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/taskcoach-dev/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/taskcoach-dev/join
    (Yahoo! ID required)
(Continue reading)

Frank Niessink | 28 Jul 17:11

Re: Behavior for taskcoach feature

Hi Carl,

2008/7/25 Carl Zmola <zmola@...>:
> I have almost implemented the 'field clicking' in the task tree view.

Cool!

> If I click on most fields, it opens the right page and sets focus correctly.
> I don't know what to do about calculated fields (total budget) or
> efforts (timeSpent)
> For now I have mapped totalBudget to budget since it doesn't make sense
> to focus on recursiveBudget
>
> Efforts I am doing nothing with (the task opens on the subject page).

I'm not sure what you mean with 'efforts' here: efforts in the effort
viewer or the time spent column? In the latter case, I'd expect the
budget page to be opened since it shows the time spent for the task
and allows the user to change the budget.

> I will clean this up and send out a patch for review soon.
> I would like to commit soon or at least get a branch to work in if I am
> going to do much more.
> Working without version control is getting tedious.

Maybe this is a good time to experiment with bazaar? I used bazaar
during the holidays and it worked great. I've been thinking that it
might be a good idea to move all development over to Launchpad and use
bazaar for version control. But you don't need to wait for that, you
can just do 'bzr init' in the folder where you checked out the code
(Continue reading)


Gmane