-
Notifications
You must be signed in to change notification settings - Fork 220
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
Export case User Interface #1788
base: master
Are you sure you want to change the base?
Conversation
Report ou Multicase is not supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @gfd2020, thanks for this PR. But my thoughts about this "export case" feature is to include it in the case creation UI implemented in #1341, together into that PR or after it is integrated. Users wouldn't need to open the case to just copy it to other location. I think it makes more sense to put this into the case management UI. What do you think?
I think it could have both. Will the creation UI be an integral part of a processed case? |
Initially not. Part of it, the task/module selection panel will be added to the analysis UI when #24 is implemented in the future, so users will be able to run selected modules after the initial processing. |
In this case, if someone only has the case processed, how will they export it to another place if they don't have Creatin UI installed? |
Simply copying by Windows Explorer? Internal absolute paths should be updated by the Analysis UI when it is opened from the copied case. Isn't that working? |
I think it's working. But this PR does everything automatically and estimates the size needed for copying. I think that for a common user it is a bit complicated for them to fix the paths. Please, make a test and tell me if it's worth it. |
The PR export the entire case (along with the evidences) to a folder chosen by the user.