Difference between revisions of "Wgraph:Requests for new features"

From FollowTheScore
Jump to: navigation, search
(The Author's to do list)
Line 4: Line 4:
  
 
=== sample ===
 
=== sample ===
lomg description.
+
long description.
  
  
 
----
 
----
 
  
 
== Requests that affect ''aiSee'' ==
 
== Requests that affect ''aiSee'' ==
Line 32: Line 31:
 
* Can we avoid to update the image if the wgraph statement does not change between two edits?
 
* Can we avoid to update the image if the wgraph statement does not change between two edits?
 
* Currently thumb, png and svg are always produced. We could save resources because not all variants are always needed.
 
* Currently thumb, png and svg are always produced. We could save resources because not all variants are always needed.
* make example 3 prettier
 
 
* improve and document commandline interface of #wgraph
 
* improve and document commandline interface of #wgraph
 
* cross-check with aiSee reference manual, refer to commands/properties described there
 
* cross-check with aiSee reference manual, refer to commands/properties described there
* reproduce subgraph exsample no.8 of aiSee manual
+
* reproduce subgraph example no.8 of aiSee manual
 
* check 'level', 'layer', 'vertical_order' and document the behaviour
 
* check 'level', 'layer', 'vertical_order' and document the behaviour
 
* can UML sequence state charts easily be drawn? Are levels helpful?
 
* can UML sequence state charts easily be drawn? Are levels helpful?
* document inputbox extension
 
* link Examples among each other
 
 
* improve Wgraph manual
 
* improve Wgraph manual
* use generic nodetype '*' for attributes which are assigned to all nodes
 
* use generic edgetype '*' for attributes which are assigned to all edges
 
* make another example where namespaces (category, template, main) are mapped to nodetypes
 

Revision as of 14:18, 15 August 2007


Requests affecting Wgraph

sample

long description.



Requests that affect aiSee

Fix the bugs mentioned in Wgraph:Known Bugs

  • As far as I see there are some inconsistencies within aiSee, which should be repaired.
Gero 15:02, 21 July 2007 (CEST)

More flexible definition of regions

  • A 'backrange' property and a 'backclass' property would be nice. They would allow to traverse edges in reverse order. It should be possible to specify these properties in addition to 'class' and 'range'.
  • Similarly it should be possible to specify only target nodes and classes and/or backclasses; aiSee would have to look for the source nodes which lead to the specified target nodes.
Gero 15:01, 21 July 2007 (CEST)



The Author's to do list

  • Wgraph could save its result as a normal wiki image in the hashed directory tree. Is this really desirable?
  • Can we avoid to update the image if the wgraph statement does not change between two edits?
  • Currently thumb, png and svg are always produced. We could save resources because not all variants are always needed.
  • improve and document commandline interface of #wgraph
  • cross-check with aiSee reference manual, refer to commands/properties described there
  • reproduce subgraph example no.8 of aiSee manual
  • check 'level', 'layer', 'vertical_order' and document the behaviour
  • can UML sequence state charts easily be drawn? Are levels helpful?
  • improve Wgraph manual