Hello,
In another post I commented about a need that I have: a system message when the tasks are created.
Thinking about it I found that this could be a powerful improvement if we generalize it.
I propose that TS has a set of system messages to reflect in the task history messages some system events that affect to the task by definition:
- Task_Creation : This system message would be sent automatically when the task is created. The message submitter is the task submitter and the message handler is the initial handler.
- Task_Description_Modified : The description was modified. The message submitter is the user that modified it.
- Task_Priority_Modified : The priority was modified. The message submitter is the user that modified it. In message description say from what old level to what new level.
- Task_Category_Modified : The category was modified. The message submitter is the user that modified it. In message description say from what old category to what new category.
- Task_Moved : The task was moved (parent changed). The message sumitter is the user that moved it. The message description say from what parent task (id) to what parent task (id) the task is moved.
- Task_File_Upload : One file was uploaded to the task. The message submitter is the user that upload the file. The message description say what file was uploaded.
- Task_File_Deleted : One file was deleted to the task. The message submiter is the user that deleted the file. The message description say what file was deleted.
Maybe there is more system-messages. I think that this is an usefull and not very hard to implement thing.
Thanks,
