Skip to content

Releases: CoEST/TraceLab

Sprint 8 (4/30 - 5/7)

09 May 03:39
Compare
Choose a tag to compare

New
-Added a button to create a new experiment from scratch with only Start and End nodes to work from
-Experiment information (name, authors, etc.) can now be entered, edited, and saved

Improvements
-Migrated experiment information to the fields in the upper right of the UI, instead of printing to the console

Fixes
-Fixed an issue where GUI nodes were dragged, but the text labels were left behind. Click and drag feature of the graph now appears to work properly

Operations

Sprint 7 (4/23 - 4/30)

07 May 03:06
Compare
Choose a tag to compare

New
-Basic GUI added to the application, graphically displaying the nodes and edges of the experiment
-Dropdown menu and fields added in the "Components" panel that are used to load/display component info of existing nodes in the experiment
-Component info of existing nodes can also be loaded into the fields in the "Components" panel by clicking the node whose info you wish to view in the GUI

Improvements
-Graphical display of experiments instead of solely textual

Fixes

Operations

Sprint 6 (4/16 - 4/23)

07 May 03:00
34b90ab
Compare
Choose a tag to compare

New
-Edges can be deleted by inputting the node ID's of the target and source nodes into the first and second text boxes, respectively
-Nodes can be deleted by inputting the node ID into the text box and clicking the button
-Experiment info fields added to upper right corner of UI to prepare to migrate display/save/edit experiment info functions

Improvements
-Format of text boxes and panels adjusted to fit better in the top of the UI

Fixes

Operations
-Test cases added for Delete Edge and Delete Node functionality

Sprint 5 (4/2 - 4/16)

20 Apr 12:37
Compare
Choose a tag to compare

New
-Experiment progress is now displayed textually in a step-by-step (i.e. node-by-node) manner to the user in the console

Improvements
-Format of the console display has been cleaned up and improved

Fixes
-Index of the component drop-down menu no longer erroneously resets after selection before new node is added

Operations
-Test cases added for first 5 features added to WebService (Run Experiment, Open Experiment, Add Node, Add Edge, Save Experiment)

Sprint 4 (3/19 - 4/2)

13 Apr 12:41
Compare
Choose a tag to compare

New
-Functionality for adding nodes using drop down component menu and xy coordinates input by user
-Functionality for adding edges by inputting source node, target node, and label
-Displaying text descriptions of nodes and edges

Improvements

FIxes

Operations

Sprint 3 (3/5 - 3/19)

13 Apr 13:02
1e1454e
Compare
Choose a tag to compare

New
-Modified Quickgraph added to repository
-Andrew's configuration documentation added to repository
-Brian's configuration documentation added to repository

Improvements

FIxes
-Eliminated last compile/run errors to establish base configuration on Brian and Andrew's PC's

Operations
-Migrated work from GitLab to GitHub