User Tools

Site Tools


doc:dev_roadmap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
doc:dev_roadmap [2014/09/19 14:50] admindoc:dev_roadmap [2014/11/23 20:38] wsauer
Line 2: Line 2:
 Legend Legend
  
-<graphviz dot right >+<graphviz dot right>
 digraph finite_state_machine { digraph finite_state_machine {
 # rankdir=LR; # rankdir=LR;
Line 24: Line 24:
 <graphviz dot right > <graphviz dot right >
 digraph finite_state_machine { digraph finite_state_machine {
- rankdir=LR;+# rankdir=LR;
 # size="9,5" # size="9,5"
         node [shape=circle style=filled];         node [shape=circle style=filled];
Line 38: Line 38:
         F9 [ label = "OOBD\nSatelite" fillcolor= orange];         F9 [ label = "OOBD\nSatelite" fillcolor= orange];
         F10 [ label = "P2P\nSync" fillcolor= orange];         F10 [ label = "P2P\nSync" fillcolor= orange];
 +        F11 [ label = "semantic\nWiki" fillcolor= orange];
 +        F12 [ label = "complex\nUserhandling" fillcolor= white];
 +        F13 [ label = "automatic\nDiagnostics" fillcolor= white];
  
  
Line 53: Line 56:
         T10 [ label = "Flash\nLanguage\nInterpreter" fillcolor= white];         T10 [ label = "Flash\nLanguage\nInterpreter" fillcolor= white];
         T11 [ label = "App\nFW Flash" fillcolor= orange];         T11 [ label = "App\nFW Flash" fillcolor= orange];
 +        T12 [ label = "setup\nPlayground" fillcolor= white];
 +        T13 [ label = "create\nWikiAPI" fillcolor= white];
 +        T14 [ label = "PGP\nUserGui" fillcolor= white];
  
  
Line 76: Line 82:
  
 F10 -> T11 F10 -> T11
 +
 +F11 -> T12 -> T13 
 +
 +T14 -> F12
 +
 +T1 -> F13
 +T13 -> F13
 +
 +F6 -> F13
 } }
 </graphviz> </graphviz>
doc/dev_roadmap.txt · Last modified: 2015/01/14 17:35 by admin