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/09/19 14:50] admin
Line 1: Line 1:
 +
 +Legend
 +
 <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"fontcolor= green]; +    node [shape=circle style=filled]; 
-        F1 [label = "simple\nData IO" ; shape = circle; fontcolorred]; +    Fn [ label = "Feature" fillcolor= green]; 
-        F2 [label = "primitive\nFlashing" ; shape circlefontcolorred]; + 
- Tn [label = "Work task" ; shape boxfontcolorgreen]; +    node [shape=box style=filled] 
- Tb [label = "Black\nnothing done yet" ; shape boxfontcolorblack]; + Tn [ label = "Work task" fillcolor= green]; 
- Tr [label = "Red\nconcept & studies" ; shape = box; fontcolorred]; + Tb [ label = "White\nnothing done yetfillcolor= white]; 
- Ty [label = "Yellow\nPartial / Beta; shape boxfontcoloryellow]; + Tr [ label = "Orange\nconcept & studies" fillcolor= orange]; 
- Tg [label = "Green\nin use" ; shape boxfontcolorGreen]; + Ty [ label = "Yellow\nPartial / Beta" fillcolor= yellow]; 
- T1 [label = "file\nroutines" ; shape boxfontcolorred]; + Tg [ label = "Green\nin use" fillcolor= green]; 
- T2 [label = "Buffers" ; shape boxfontcolorred]; + 
-T1 -> F1; +
-F1 -> T2; +</graphviz> 
-T2 -> F2;+ 
 +Tasks 
 + 
 + 
 +<graphviz dot right > 
 +digraph finite_state_machine { 
 + rankdir=LR; 
 +# size="9,5" 
 +        node [shape=circle style=filled]; 
 + 
 +        F1 [ label = "simple\nData IO" fillcolororange]; 
 +        F2 [ label = "primitive\nFlashing" fillcolororange]; 
 +        F3 [ label = "Windows\nUniversial\nApp" fillcolorwhite]; 
 +        F4 [ label = "Web-UIfillcolor= orange]; 
 +        F5 [ label "complex\nFlash" fillcolor= white]; 
 +        F6 [ label "Script\nLibrary" fillcolor= white]; 
 +        F7 [ label = "App\nStorefillcolor= white]; 
 +        F8 [ label "Publications" fillcolor= white]; 
 +        F9 [ label = "OOBD\nSatelite" fillcolororange]; 
 +        F10 [ label = "P2P\nSyncfillcolor= orange]; 
 + 
 + 
 +        node [shape=box style=filled
 + 
 + T1 [ label = "file\nroutinesfillcolororange]; 
 + T2 [ label "Buffers" fillcolor= orange]; 
 +        T3 [ label = "IKVM\nInterfacefillcolor= orange]; 
 +        T4 [ label "Script\nContainer" fillcolor= orange]; 
 +        T5 [ label "WebSocket\nUI-Interface" fillcolor= orange]; 
 +        T6 [ label = "Clean up\nScriptsfillcolor= yellow]; 
 +        T7 [ label "Simplify\nAndroid\nInstallation" fillcolor= orange]; 
 +        T8 [ label = "Rhaspi\nRouter" fillcolororange]; 
 +        T9 [ label = "WiFifillcolor= orange]; 
 +        T10 [ label "Flash\nLanguage\nInterpreter" fillcolor= white]; 
 +        T11 [ label = "App\nFW Flash" fillcolororange]; 
 + 
 + 
 +# 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
 } }
 </graphviz> </graphviz>
doc/dev_roadmap.txt · Last modified: 2015/01/14 17:35 by admin