-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1dc4ce
commit 34b90ab
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Current Status | ||
-step by step text progress displayed in real time while running experiment | ||
-adding nodes by component drop down menu, adding edges by node id's | ||
-deleting nodes and edges by id's | ||
-experiment info fields in upper right | ||
-beginning to work on node editing | ||
|
||
Next Steps | ||
-Modify layout to mimic main TraceLab | ||
-Group components by package | ||
-Display and save experiment info in upper right fields | ||
-Continue working on node editing (attaching artifacts, modifying parameters) | ||
-Start on GUI implementation with RaphaelJS | ||
-Displaying metrics/output at end of experiment | ||
-> Option to click to display | ||
-> Option to export to file | ||
-Test opening multiple tabs/instances at once in browser | ||
-Try using different browsers | ||
-Stress testing | ||
-Update comments and code/function documentation |