Bug 359629 - Display last commented date at top of task editor
Summary: Display last commented date at top of task editor
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: 3.10   Edit
Assignee: Lily Guo CLA
QA Contact:
URL:
Whiteboard: effort=2;sprint=3;
Keywords: contributed, noteworthy
Depends on:
Blocks: 158921
  Show dependency tree
 
Reported: 2011-09-30 19:03 EDT by Sam Davis CLA
Modified: 2013-07-31 16:25 EDT (History)
2 users (show)

See Also:


Attachments
mylyn/context/zip (19.45 KB, application/octet-stream)
2013-07-17 10:19 EDT, Frank Becker CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Davis CLA 2011-09-30 19:03:12 EDT
In addition to opened and modified, it would be useful to see the last commented date at the top of the task editor, as this often says more about how stale a task is than the last modified date does.
Comment 1 Steffen Pingel CLA 2011-11-16 14:52:38 EST
I like that idea. I think some repositories such as JIRA have similar functionality showing something like "Last commented 42 days ago" in the web interface which provides a quick sense of how active the bug has been. I am moving this to the framework component since this is not repository specific.
Comment 2 Lily Guo CLA 2013-06-18 19:23:35 EDT
I've created a patch: https://git.eclipse.org/r/#change,13822
Comment 3 Sam Davis CLA 2013-06-27 20:00:07 EDT
Thanks very much for the contribution!
Comment 4 Steffen Pingel CLA 2013-07-12 04:49:11 EDT
Having an indication of when a task last commented on is helpful but I'm finding it a bit confusing to have 3 dates on top of the task editor. Have you considered using a relative date, e.g. "2 days ago"? DateUtil.getRelativeDate() proviesd a simple implementation of that.
Comment 5 Sam Davis CLA 2013-07-12 17:08:37 EDT
That could be a good idea. I think we decided it was better to use a consistent date format but maybe it's actually better to make them easy to distinguish.
Comment 6 Frank Becker CLA 2013-07-17 10:19:29 EDT
create review https://git.eclipse.org/r/14616 for comment#4.
Comment 7 Frank Becker CLA 2013-07-17 10:19:33 EDT
Created attachment 233553 [details]
mylyn/context/zip
Comment 8 Tomasz Zarna CLA 2013-07-31 16:25:48 EDT
https://git.eclipse.org/r/#/c/14616/ has been merged, marking as fixed. 

Thx for adding the last touch Frank.