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

[RFE] Tackle UI to auto populate details for an existing analysis #116

Open
bbalakriz opened this issue Mar 25, 2023 · 1 comment
Open
Labels

Comments

@bbalakriz
Copy link

bbalakriz commented Mar 25, 2023

Tackle UI doesn't bring back/pre-populate the details for an analysis that was run previously. The "application analysis" popup always starts from the beginning. For instance, if I have run an analysis, and I just want to re-run the same analysis with some changes (say, I just want to include one more migration target), the MTA web UI doesn't allow to do it. One has to go through all the steps (of uploading/specifying application binary, filling in all required targets, specifying custom rules etc.,.,) again to re-run the analysis.

@rromannissen rromannissen changed the title Tackle UI to auto populate details for an existing analysis [RFE] Tackle UI to auto populate details for an existing analysis May 19, 2023
@MiriSafra
Copy link

MiriSafra commented Oct 9, 2024

@rszwajko, @sjd78

Currently, during the analysis process, not all user selections are being saved. As a result, it is not possible to fully populate the form with the user’s previous selections. Additionally, the AnalysisWizardFormValues object is not being saved on the server side, which means there is no way to access or reuse this data later.

Could you please clarify the requirements? Should I store the data only in Local Storage, or should I also implement server-side storage for these details?
Thank you!

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

No branches or pull requests

3 participants