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/08/24 19:33] 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 37: Line 37:
         F8 [ label = "Publications" fillcolor= white];         F8 [ label = "Publications" fillcolor= white];
         F9 [ label = "OOBD\nSatelite" fillcolor= orange];         F9 [ label = "OOBD\nSatelite" 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 51: Line 55:
         T9 [ label = "WiFi" fillcolor= orange];         T9 [ label = "WiFi" fillcolor= orange];
         T10 [ label = "Flash\nLanguage\nInterpreter" fillcolor= white];         T10 [ label = "Flash\nLanguage\nInterpreter" fillcolor= white];
 +        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 72: Line 80:
 T8 -> F9 T8 -> F9
 T9 -> F9 T9 -> F9
 +
 +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