-
- Technical
- Organisation
- Previous Labs
Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
This storybook contains stories that help developers in creating queries or transformations from source code templates.
Description: Replace the existing two JT menu items with a single one (“Selection to Clipboard…”) that opens a dialog with the following contents:
Aim: Have a single access point for configuring all the options that influence the copying to the clipboard.
Priority: High.
Description: Add a context menu item to the editor that opens the “Selection to Clipboard Dialog”.
Aim: Speed up interaction. Self-documenting GUI (make it clear what selection is meant).
Priority: Nice to have.
Description: Add to the dialog a scrollable, editable list of variable names used in the code → editing of the list takes effect immediately in the overview, replacing consistently all occurrences of the variable.
Aim: Make adaptation of the copied code to the context of use quick and easy.
Dependencies: See previous item.
Priority: High.
Description: Add a context menu item to the Factbase Inspector that copies the textual representation of the selected node and its descendants to the clipboard.
Aim: Give developers the freedom to work as they like best. Let them decide whether they prefer to create query templates from the source code or from the internal view of the factbase nodes.
Dependencies: Behaviour and dialog must be the same as for “Selection to Clipboard Dialog” and Customizable Varnames in Selection to Clipboard.
Priority: Medium.
Description: Let the “Selection to clipboard” item in the JT menu behave according to the current selection.
Aim: Have a unique entry point to similar behaviour (→ “Erwartungskonformität”).
Dependencies: “Selection to Clipboard Dialog”, Customizable Varnames in Selection to Clipboard“ and Node Selection to Clipboard.
Priority: Low.