Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analysis should be able to be saved and recovered at a later point #19

Open
jaschil2 opened this issue Sep 28, 2018 · 1 comment
Open
Labels
Functional A Functional requirement

Comments

@jaschil2
Copy link
Contributor

Requirements:
-The work done in the analysis should be able to be saved and loaded.
-The "Export State" and "Import State" function should be tested using every modification type and some combinations of modifications to ensure it works properly, saving and restoring the work properly.
-Deviations, if any, from what was saved and loaded should be noted.

Notes:
-"Export State" and "Import State" are used for this.
-As each modification has its own implementation of exporting/importing, they all need to be tested to make sure they work properly and synch with each other.

@jaschil2 jaschil2 added the Functional A Functional requirement label Sep 28, 2018
@kevindl2
Copy link
Contributor

kevindl2 commented Nov 4, 2018

Export State is functional. The exported file is readable by the Import State function.

The Export Image function works now. The previous iteration of the function accessed the QFileDialog module from the QtGui package. The current iteration accesses the QFileDialog module from the QtWidgets package.

Josh told me he had trouble getting QtWidgets to work on some people's computers though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Functional A Functional requirement
Projects
None yet
Development

No branches or pull requests

2 participants