[Ml-yokadi] project keywords
Sébastien Renard
Sebastien.Renard
Sam 21 Mar 17:04:46 CET 2009
Hello,
I am starting project keywords implementation and would like to share some
though about it before coding too much.
Currently, we do not have formal project adding command. This is done via
t_add when an unknown project is given.
And we don't have an "edit" command for project, but only a rename command.
Adding keyword to a task is done with t_add or t_edit.
My first idea was to create a p_add_keywords to add some keywords to a
project. It is working. But... for the mandatory change and remove I have to
create according function that lead me to merge that stuff with p_rename.
How about making project interface similar to task ? With add, edit instead of
hidden hide and rename ?
Second point is code factoring. It would then be great to factorize
parseTaskLine to be used for both task and project.
It would also be a good thing to factorise keyworddict management
(setKeywordDict, getKeywordDict & getKeywordsAsString).
--
Sébastien
Plus d'informations sur la liste de diffusion Ml-yokadi