GUI support for loading of data sets
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Hamlet |
Fix Committed
|
High
|
mhull |
Bug Description
There should be a static directory, maybe called datasets, that will contain all of the files that have already been through both the parser and the hamlet engine. These files will have the extension, hdz (hamlet dataset zipped).
steps:
1. Create a folder to store hdz files.
2. Add a new drop-down from the main bar of hamlet (up there with file, edit, view, etc), call this Datasets. The currently selected item should have a checkbox for it. There should be only one item checked at any given time.
3. For each hdz file in the directory from step 1, add a new element to the drop-down.
4. Add the necessary callbacks so that whenever a new item is selected, the code for loading/swapping datasets will have a home.
Changed in hamlet: | |
importance: | Undecided → High |
Changed in hamlet: | |
assignee: | nobody → mhull1 |
There should be a static directory, maybe called datasets, that will contain all of the files that have already been through both the parser and the hamlet engine. These files will have the extension, hdz (hamlet dataset zipped).
steps:
1. Create a folder to store hdz files.
2. Add a new drop-down from the main bar of hamlet (up there with file, edit, view, etc), call this Datasets. The currently selected item should have a checkbox for it. There should be only one item checked at any given time.
3. For each hdz file in the directory from step 1, add a new element to the drop-down.
4. Add the necessary callbacks so that whenever a new item is selected, the code for loading/swapping datasets will have a home.