Talk:Summit II: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
Line 5: Line 5:


===The Test===
===The Test===
What does this Pipeline Browser representation show?  To me, it logically represents  [[http://www.paraview.org/ParaQ/index.php/Image:Browser_branch_pipeline.png | this filter graph. ]]
What does this Pipeline Browser representation show?  To me, it logically represents  [http://www.paraview.org/ParaQ/index.php/Image:Browser_branch_pipeline.png this filter graph. ]




Line 11: Line 11:




What does this Pipeline Browser representation show?  To me, it shows [[http://www.paraview.org/ParaQ/index.php/Image:Browser_straight_pipeline.png | this filter graph.]]
What does this Pipeline Browser representation show?  To me, it shows [http://www.paraview.org/ParaQ/index.php/Image:Browser_straight_pipeline.png this filter graph.]





Revision as of 15:53, 28 March 2006

Pipeline Browser

When I look at Mark's diagram, it seems clear to me that we're asking the wrong question. Let's turn the problem around, and look at things from the user standpoint.

Take this simple test: Look at a Pipeline Browser representation, and without thinking about (code, etc.) implementation, draw the graph that it represents. Think as a user, not a programmer.

The Test

What does this Pipeline Browser representation show? To me, it logically represents this filter graph.


Browser 01.png


What does this Pipeline Browser representation show? To me, it shows this filter graph.


Browser 02.png

Conclusion

In other words, when I look at the Pipeline Browser hierarchy, I think it naturally leads to 'indentation means connection'. If we do it this way, I think we solve several problems - the thing makes sense, and I think it's easy to understand. Of course, this comes at the sacrifice of width - large chains of filters will be 'wide', because we always indent. Remember - we made this choice in the design discussion, because we didn't want these things becoming wide.

To me, the 'indent means connection' design makes sense, and it makes the whole widget easier to understand. Because of this, I like it for the first rev. We can, through user testing see how long a typical pipeline becomes (how wide they become), and address that problem.

--David 15:30, 28 March 2006 (EST)