KDEEdu/Rocs/Todo: Difference between revisions
< KDEEdu
No edit summary |
|||
(21 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
= List of Rocs ToDos = | = List of Rocs ToDos = | ||
This TODO list is very much out-of-date. Currently, TODO's would be added to the https://invent.kde.org/kde/rocs GitLab issues list. | |||
= Graph File Format Plugins = | |||
Current status for graph file format backends. | |||
== | {| class="wikitable sortable" style="width:100%" border="2" | ||
|- style="background:#efefef" | |||
! style="width:12%" | File Format | |||
! style="width:18%" | Unsupported Features | |||
! style="width:10%" | Documentation (complete, incomplete, missing) | |||
! style="width:8%" | Unit Tests (complete or list of missing features) | |||
! style="width:35%" | Notes | |||
|- | |||
| Dot | |||
| style="background:#faac58" | XML labels, non-ascii identifiers | |||
= | | style="background:#fa5858" | missing | ||
| style="background:#faac58" | nearly all example files could be parsed, but not functionality tests exist yet | |||
| missing features documented in dotGrammar.cpp | |||
|- | |||
| TGF | |||
| - | |||
| style="background:#a9f5a9" | complete | |||
| style="background:#a9f5a9" | complete | |||
| maybe add example files | |||
|- | |||
| GML | |||
| ???. | |||
| style="background:#fa5858" | missing | |||
== | | style="background:#fa5858" | very basic tests | ||
| - | |||
|- | |||
= | | KML | ||
| ??? | |||
| style="background:#fa5858" | missing | |||
| style="background:#fa5858" | very basic tests | |||
| - | |||
|- | |||
| TikZ (export only) | |||
| ??? | |||
| style="background:#fa5858" | missing | |||
| style="background:#fa5858" | very basic tests | |||
| - | |||
|- | |||
| Rocs internal | |||
| ??? | |||
| style="background:#fa5858" | missing | |||
| style="background:#fa5858" | basic tests | |||
| - | |||
|- | |||
|} |
Latest revision as of 14:30, 20 December 2019
List of Rocs ToDos
This TODO list is very much out-of-date. Currently, TODO's would be added to the https://invent.kde.org/kde/rocs GitLab issues list.
Graph File Format Plugins
Current status for graph file format backends.
File Format | Unsupported Features | Documentation (complete, incomplete, missing) | Unit Tests (complete or list of missing features) | Notes |
---|---|---|---|---|
Dot | XML labels, non-ascii identifiers | missing | nearly all example files could be parsed, but not functionality tests exist yet | missing features documented in dotGrammar.cpp |
TGF | - | complete | complete | maybe add example files |
GML | ???. | missing | very basic tests | - |
KML | ??? | missing | very basic tests | - |
TikZ (export only) | ??? | missing | very basic tests | - |
Rocs internal | ??? | missing | basic tests | - |