openmastery / ideaflow-profiler

GNU General Public License v3.0
2 stars 6 forks source link

Move Intellij plugin to Intellij's official distribution repo #11

Open accolasia opened 8 years ago

accolasia commented 8 years ago

During an experience review with my peers, I need to be able to see the file activity that occurred during conflict/learning time, to help me remember what was happening during the task.

The timeline detail page should display columns: "Actual Time" - 8/24 HH:Mi:SS PM (day should show up at beginning and on change) "Relative Time" - 00:03:24 "File Activity" - File name, path is collapsed, visible on hover. "Duration (s)" - 09m 26s

Other requirements:

  1. Events should be sorted into the timeline, with comments displayed
  2. Idle time should be sorted into the timeline in gray.
  3. File activity background should be decorated with band colors, according to the band the activity falls within. If the activity is within a nested band, it should be the nested band color.
  4. Timeband start/ends should be sorted into the timeline with start/end comments displayed if available.