Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Assorted Desktop changes to attempt to improve the overall stability of the BMDS Desktop application.
DesktopException
instead of generic exceptions when running via CLIIn addition
bmds-ui
, with screenshots and a few key differences between BMDS Online and BMDS DesktopFinally, we reorganized paths to make the user-interface more future proof. The configuration file is now named
config_v{version}
where version is the version of the current configuration spec (so currently 1). The static html/css files that are used by the application are stored in a folder w/ the bmds-ui version. That way, the static files are pinned to the minor release, but the configuration file is no longer pinned to the minor release but instead the current configuration file version. That will allow us to update the user-interface and create a new folder for the new UI, but as long as the configuration format is the same, we can use across future versions.You could also add a migration script so that if v1 is found, you could migrate to v2, should that be appropriate.