User Tools

Site Tools


doc:dev_roadmap

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
doc:dev_roadmap [2014/08/24 08:23] – created admindoc:dev_roadmap [2014/11/23 20:38] wsauer
Line 1: Line 1:
 +
 +Legend
 +
 +<graphviz dot right>
 +digraph finite_state_machine {
 +# rankdir=LR;
 +# size="9,5"
 +    node [shape=circle style=filled];
 +    Fn [ label = "Feature" fillcolor= green];
 +
 +    node [shape=box style=filled]
 + Tn [ label = "Work task" fillcolor= green];
 + Tb [ label = "White\nnothing done yet" fillcolor= white];
 + Tr [ label = "Orange\nconcept & studies" fillcolor= orange];
 + Ty [ label = "Yellow\nPartial / Beta" fillcolor= yellow];
 + Tg [ label = "Green\nin use" fillcolor= green];
 +
 +}
 +</graphviz>
 +
 +Tasks
 +
 +
 <graphviz dot right > <graphviz dot right >
 digraph finite_state_machine { digraph finite_state_machine {
 # rankdir=LR; # rankdir=LR;
 # size="9,5" # size="9,5"
-        Fn [shape = circle; label = "Feature" ; fontcolorgreen]; +        node [shape=circle style=filled]; 
-        F1 [label = "simple\nData IO" ; shape circle; fontcolor= red]; + 
-        F2 [label = "primitive\nFlashing"shape circlefontcolorred]; +        F1 [ label = "simple\nData IO" fillcolororange]; 
- Tn [label = "Work task" ; shape boxfontcolorgreen]; +        F2 [ label = "primitive\nFlashing" fillcolor= orange]; 
- Tb [label = "Black\nnothing done yet" ; shape boxfontcolorblack]; +        F3 [ label "Windows\nUniversial\nApp" fillcolor= white]; 
- Tr [label = "Red\nconcept & studies" ; shape = box; fontcolorred]; +        F4 [ label = "Web-UI" fillcolororange]; 
- Ty [label = "Yellow\nPartial / Beta" ; shape boxfontcolor= yellow]; +        F5 [ label = "complex\nFlashfillcolor= white]; 
- Tg [label = "Green\nin use" ; shape boxfontcolorGreen]; +        F6 [ label "Script\nLibrary" fillcolor= white]; 
- T1 [label = "file\nroutines; shape boxfontcolorred]; +        F7 [ label = "App\nStore" fillcolorwhite]; 
- T2 [label = "Buffers" ; shape boxfontcolorred]; +        F8 [ label = "Publications" fillcolor= white]; 
-T1 -> F1; +        F9 [ label = "OOBD\nSatelitefillcolor= orange]; 
-F1 -> T2; +        F10 [ label "P2P\nSync" fillcolor= orange]; 
-T2 -> F2;+        F11 [ label = "semantic\nWiki" fillcolororange]; 
 +        F12 [ label = "complex\nUserhandlingfillcolor= white]; 
 +        F13 [ label = "automatic\nDiagnostics" fillcolor= white]; 
 + 
 + 
 +        node [shape=box style=filled] 
 + 
 + T1 [ label = "file\nroutines" fillcolor= orange]; 
 + T2 [ label = "Buffers" fillcolororange]; 
 +        T3 [ label = "IKVM\nInterfacefillcolor= orange]; 
 +        T4 [ label "Script\nContainer" fillcolor= orange]; 
 +        T5 [ label = "WebSocket\nUI-Interface" fillcolor= orange]; 
 +        T6 [ label = "Clean up\nScripts" fillcolor= yellow]; 
 +        T7 [ label = "Simplify\nAndroid\nInstallationfillcolor= orange]; 
 +        T8 [ label "Rhaspi\nRouter" fillcolor= orange]; 
 +        T9 [ label "WiFi" fillcolor= orange]; 
 +        T10 [ label = "Flash\nLanguage\nInterpreterfillcolorwhite]; 
 +        T11 [ label = "App\nFW Flash" fillcolororange]; 
 +        T12 [ label = "setup\nPlaygroundfillcolor= white]; 
 +        T13 [ label "create\nWikiAPI" fillcolor= white]; 
 +        T14 [ label = "PGP\nUserGui" fillcolorwhite]; 
 + 
 + 
 +# X ->  T1  
 +T1 -> F1 
 +F1 -> T2 
 +T2 -> F2 -> F5 
 +T10 -> F5 
 + 
 +T3 -> F3 
 + 
 +T4 -> F4 
 +T5 -> F4 
 + 
 + 
 +T6 -> F6 
 +F6 -> F7 
 +T7 -> F7 
 +F7 -> F8 
 + 
 +T8 -> 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