culturegraph / metafacture-ide

An integrated environment for using and contributing to Metafacture | NOTE: this is no longer maintained. For tool support, see VS code/codium extensions at https://metafacture.org/ide-extensions/ and the Playground at https://metafacture.org/playground/
5 stars 2 forks source link

Evaluate data and transformation visualization #7

Open fsteeg opened 11 years ago

fsteeg commented 11 years ago

Visualization of data and workflows can ease the development of processing rules and workflows:

Based on this, there are different possible improvements to visualization components in the Metafacture IDE:

fsteeg commented 7 years ago

Over the last year, support for HTML-like labels in GEF has made some progress (see https://bugs.eclipse.org/321775). So we could check how far we get with the final approach mentioned in the original comment (visualizing the Metafacture Morph DOT output with Zest). The DOT visualizer however is outdated and no longer part of metafacture-core (see https://github.com/culturegraph/metafacture-core/commit/73efd633c0be47e58e35fae6254fd8c829fdd6a1).

A different approach would be a full graphical editor directly based on the Morph XML.

For both approaches, we'll have to add back a current dependency on GEF (see https://github.com/culturegraph/metafacture-ide/commit/29873eb501bd6c471544ad90a65d7bd49dca7adb).