KDEEdu/Rocs/Todo: Difference between revisions

From KDE Community Wiki
(→‎List of Rocs ToDos: Update ToDos (removed finished ones))
 
(20 intermediate revisions by one other user not shown)
Line 1: Line 1:
= List of Rocs ToDos =
= List of Rocs ToDos =


== Graph Editor ==
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.
* TODO: add option to automatically give each node a name after creation (e.g., like "a,b,c..." or "1,2,3...")


== Load and Save ==
= Graph File Format Plugins =
* TODO: add projects that gather graphs and scripts
Current status for graph file format backends.
* TODO: add a "recently used" option for loading
* TODO: write unit tests for loading/saving
* TODO: re-enable loading of different standard file types for graphs
* TODO: load scripts into existing script listing if this listing is empty


== General Options ==
{| class="wikitable sortable" style="width:100%" border="2"
* TODO: add switch to allow different edge style for directed edges (current style makes problems to recognize structure of larger graphs)
|- style="background:#efefef"
 
! style="width:12%" | File Format
== UI ==
! style="width:18%" | Unsupported Features
* TODO: add shortcuts for all graph editor actions
! style="width:10%" | Documentation (complete, incomplete, missing)
* TODO: Animations on the nodes and edges. ( fade in when they are placed on the canvas, fade out when they are removed. ) doesn't need to be a huge thing, but a small fade in is better on the eyes.
! style="width:8%" | Unit Tests (complete or list of missing features)
 
! style="width:35%" | Notes
== Script-Interface ==
|-
* TODO: check if property system is still working at script
| Dot
* TODO: re-enable Kross iff it is stable enough for us
| style="background:#faac58" | XML labels, non-ascii identifiers
* TODO: add configuration to set script execution speed
| style="background:#fa5858" | missing
 
| style="background:#faac58" | nearly all example files could be parsed, but not functionality tests exist yet
== Documentation ==
| missing features documented in dotGrammar.cpp
* TODO: document extra properties
|-
 
| TGF
= Ideas for the Future =
| -
 
| style="background:#a9f5a9" | complete
* Port from QtScript to Kross
| style="background:#a9f5a9" | complete
* Trees.
| maybe add example files
* Nice Animations on inserting and deleting nodes and edges.
|-
* a Node.moveTo(x, y) method that will animate things.
| GML
* LinkedList and DoubleLinkedList objects on the script part for linked list visualization of the manipulation (confusing?)
| ???.
 
| style="background:#fa5858" | missing
    l = newLinkedList(linkedList.ordered)
| style="background:#fa5858" | very basic tests
    l.append(1); // an node gracefully fades in on the scene
| -
    l.append(3); // an node gracefully fades and search for it's location on the scene.
|-
    l.append(5); // ditto.
| KML
    l.remove(3); // 3 is gracefully removed, with an fade out, and a new edge is connected between 1 and 5.
| ???
| 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 -