KDEEdu/Rocs/Todo: Difference between revisions
< KDEEdu
No edit summary |
|||
Line 62: | Line 62: | ||
= Concrete Tasks = | = Concrete Tasks = | ||
== General Tasks == | |||
* Graph Copy/Duplication | |||
* drag/drop | |||
* copy subgraph | |||
* script interfaces to copy? (Andreas: one of my students has such a use case while simulating changes on a graph; together with an invisibility toggle it could be a nice feature...) | |||
== Graph Editor == | == Graph Editor == | ||
* TODO: add option to automatically give each node a name after creation (e.g., like "a,b,c..." or "1,2,3...") | * TODO: add option to automatically give each node a name after creation (e.g., like "a,b,c..." or "1,2,3...") | ||
* Copy and Paste for graphs, subgraphs, data elements | * Copy and Paste for graphs, subgraphs, data elements | ||
== General Options == | == General Options == | ||
Line 77: | Line 80: | ||
* 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. | * 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. | ||
* Add Create Graph Wizard | * Add Create Graph Wizard | ||
* TODO: add a "recently used" option for loading | |||
== Script-Interface == | == Script-Interface == |
Revision as of 15:14, 30 August 2012
List of Rocs ToDos
Codebase Work
- Cleanup of plugin system
- Localization
- Journal Files
- separate toolbars from MainWindow-class
- consistently use KUrl for all file pathes
- use KMimeTypes for file extensions
- use KIO to allow access of remote files
- store zoom information in GraphScene object (cleanup zoom action)
- use shared pointers for document objects
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 | Subgraphs, ... | missing | very basic tests | - |
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 | - |
Concrete Tasks
General Tasks
- Graph Copy/Duplication
* drag/drop * copy subgraph * script interfaces to copy? (Andreas: one of my students has such a use case while simulating changes on a graph; together with an invisibility toggle it could be a nice feature...)
Graph Editor
- TODO: add option to automatically give each node a name after creation (e.g., like "a,b,c..." or "1,2,3...")
- Copy and Paste for graphs, subgraphs, data elements
General Options
- TODO: add switch to allow different edge style for directed edges (current style makes problems to recognize structure of larger graphs)
UI
- Implement concept for visual graph editor toolbar (similar like in Inkscape)
- 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.
- Add Create Graph Wizard
- TODO: add a "recently used" option for loading
Script-Interface
- TODO: re-enable Kross iff it is stable enough for us
- TODO: code-completion
- TODO: show line numbers
Testing
- prepare testing document
- add unit tests for
- every functionality documented
- script functions
Documentation
- unify wording and definitions