chubbymaggie / synoptic

Automatically exported from code.google.com/p/synoptic
0 stars 0 forks source link

Linking text log with time-space diagram #315

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be helpful to tightly couple the visualization with the textual log. 
This is because for some parts of a task, the text log might be more useful 
than the visualization, and vice versa. I propose the following:

1. After the log is processed, create a tiny bubble (of the process color) next 
to each line of text. This bubble can be clicked, and the corresponding event 
circle in the time-space diagram will be highlighted, and the screen will 
scroll to reveal the part of the diagram that contains this event.

2. If the user clicks on the event circle in the diagram, then the opposite 
will happen: the corresponding text line in the textbox will be highlighted, 
and the screen will scroll up to reveal the text line in the textbox.

Original issue reported on code.google.com by bestchai on 26 May 2013 at 11:16

GoogleCodeExporter commented 9 years ago
#2 is implemented, but needs to be made more robust -- sometimes the line that 
is highlighted is not revealed properly in the textbox. That is, the line is 
highlighted, but the textbox is not scrolled to the right location to show the 
highlighted line. It would also help if the clicked event circle is highlighted 
to show which node corresponds to the highlighted line in the log.

Original comment by bestchai on 23 Jun 2013 at 9:24

GoogleCodeExporter commented 9 years ago
Migrated issues to the new bitbucket project for ShiViz.

Original comment by bestchai on 27 Jun 2013 at 12:07