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
Last revisionBoth sides next revision
doc:dev_roadmap [2014/11/23 20:33] wsauerdoc:dev_roadmap [2015/01/14 17:23] admin
Line 5: Line 5:
 <code> <code>
   node [shape=circle style=filled];   node [shape=circle style=filled];
-  Fn [ label = "Merkmal" fillcolor= green];+  Fn [ label = "Feature" fillcolor= green];
 </code> </code>
  
Line 11: Line 11:
 <code> <code>
   node [shape=box style=filled]   node [shape=box style=filled]
-Tn [ label = "Arbeitsaufgabe" fillcolor= green]; +Tn [ label = "Work task" fillcolor= green]; 
-Tb [ label = "White\nnoch nicht erledigt" fillcolor= white]; +Tb [ label = "White\nnothing done yet" fillcolor= white]; 
-Tr [ label = "Orange\nKonzept Studien" fillcolor= orange]; +Tr [ label = "Orange\nconcept studies" fillcolor= orange]; 
-Ty [ label = "Yellow\nTeilfertig / Beta" fillcolor= yellow]; +Ty [ label = "Yellow\nPartial / Beta" fillcolor= yellow]; 
-Tg [ label = "Green\nin Gebrauch" fillcolor= green];+Tg [ label = "Green\nin use" fillcolor= green];
 </code> </code>
  
Line 25: Line 25:
  
  
-<graphviz dot right > digraph finite_state_machine { # rankdir=LR; # size="9,5"+<graphviz dot right > 
 + 
 + 
 +digraph finite_state_machine { 
 + 
 + 
 +<code> 
 +rankdir=LR; 
 +</code> 
 + 
 + 
 +# size="9,5" 
 + 
 <code> <code>
       node [shape=circle style=filled];       node [shape=circle style=filled];
Line 45: Line 58:
       F12 [ label = "complex\nUserhandling" fillcolor= white];       F12 [ label = "complex\nUserhandling" fillcolor= white];
       F13 [ label = "automatic\nDiagnostics" fillcolor= white];       F13 [ label = "automatic\nDiagnostics" fillcolor= white];
 +      F14 [ label = "Remote\nConnect" fillcolor= yellow];
 +      F15 [ label = "Flashable\nSelf running\nDongle" fillcolor= white];
 +      F16 [ label = "Graphical\nProgramming" fillcolor= white];
 </code> </code>
  
Line 68: Line 84:
       T13 [ label = "create\nWikiAPI" fillcolor= white];       T13 [ label = "create\nWikiAPI" fillcolor= white];
       T14 [ label = "PGP\nUserGui" fillcolor= white];       T14 [ label = "PGP\nUserGui" fillcolor= white];
 +      T15 [ label = "Chrome\nRemote Connect\nClient" fillcolor= yellow];
 +      T16 [ label = "Android\nRemote Connect\nClient" fillcolor= white];
 +      T17 [ label = "new Netbeans\n Java 1.7\nUI" fillcolor= white];
 +      T18 [ label = "HTTPS Clients\n& Server" fillcolor= white];
 +      T19 [ label = "GSM Dongle" fillcolor= white];
 +      T20 [ label = "Telnet Support\nfor Server" fillcolor= white];
 +      T21 [ label = "Bluetooth 4.0\nSupport" fillcolor= white];
 +      T22 [ label = "iPhone\nRemote Connect\nClient" fillcolor= white];
 +      T23 [ label = "EEPROM based\nBytecode Interpreter" fillcolor= white];
 +      T24 [ label = "Blockly & luac\nin Javascript" fillcolor= white];
 +      T25 [ label = "VCM hacking" fillcolor= white];
 </code> </code>
  
Line 98: Line 125:
  
  
-F6 → F13 } </graphviz>+F6 → F13 
 + 
 + 
 +T15 → F14 T16 → F14 T17 → F14 T18 → F14 T19 → T20 → F14 T21 → T22 → F14 T25 → F14 
 + 
 + 
 +T23 → F15 
 + 
 + 
 +T24 → F16 
 + 
 + 
 +} 
 + 
 + 
 +</graphviz>
  
doc/dev_roadmap.txt · Last modified: 2015/01/14 17:35 by admin