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

Batch Tool: Implement versioning for the batch tool settings file #33

Open
lbross opened this issue May 26, 2022 · 0 comments
Open

Batch Tool: Implement versioning for the batch tool settings file #33

lbross opened this issue May 26, 2022 · 0 comments

Comments

@lbross
Copy link
Collaborator

lbross commented May 26, 2022

How sophisticated to you want this to be? I can detect if the local version is older than the server version and overwrite it. There is the possibility that the analyst will have updated the local file with the batch tool settings and this will overwrite their changes. I can pop a warning allowing the analyst to abort the process before it overwrites their changes. And/or I could make a backup copy of the existing local file in case the analyst wanted a record of their customizations.

The code that checks this runs when an AOI is selected. If someone were using the batch tool and we choose to go with the warning message, this should only happen on the first AOI because the process would either be aborted or the settings file would be brought up-to-date. Or perhaps we are overthinking this and there aren't going to be many customizations?

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

No branches or pull requests

1 participant