-
Notifications
You must be signed in to change notification settings - Fork 120
RTFD: View Layout and Restore feature #2906
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
Open
annapurna-gupta
wants to merge
13
commits into
Open-MSS:prepare_merge_to_develop_from_GSOC2025-AnnapurnaGupta
Choose a base branch
from
annapurna-gupta:View-Layout-and-Restoring-documentation
base: prepare_merge_to_develop_from_GSOC2025-AnnapurnaGupta
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
86d3fba
Save view settings on exit to view_settings.json (#2831)
annapurna-gupta 3a657cb
Add function to save view settings for an operation in database (#2861)
annapurna-gupta 4fc9b4d
Feat: Implement view sharing in operations with Manage Views widget (…
annapurna-gupta 4b9ce7d
Add View Layout and Restoring documentation
annapurna-gupta 301cf66
apply suggested change
annapurna-gupta 1818108
Error Fix
annapurna-gupta e37481f
Merge branch 'prepare_merge_to_develop_from_GSOC2025-AnnapurnaGupta' …
annapurna-gupta 9873818
Fix operation view wording
annapurna-gupta 19bb933
update for deprecated Query.get() (#2960)
ReimarBauer 516315a
Merge branch 'Open-MSS:develop' into View-Layout-and-Restoring-docume…
annapurna-gupta d83d36d
feature:extend sideview vertical range to 99km / Fix #2935 (#2936)
joernu76 25d8394
add --yes flag to skip confirmation for mscolab db commands (#2964)
aman-coder03 6082b72
Merge branch 'Open-MSS:develop' into View-Layout-and-Restoring-docume…
annapurna-gupta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| View Layout and Restoring | ||
| ========================= | ||
|
|
||
| Overview | ||
| -------- | ||
| The View Layout and Restoring feature allows users to **save, manage, and restore workspace layouts** across sessions and operations. | ||
| This ensures that users can continue their work seamlessly without needing to reconfigure their views each time they open the application. | ||
|
|
||
| Enabling Restore Views | ||
| ---------------------- | ||
| Users can control the behavior of view restoration through the `restore_views` option in the configuration: | ||
|
|
||
| - **Disabled (default)**: Views behave as usual; no restoration occurs. | ||
| - **Enabled**: Loading a saved flighttrack or operation automatically restores previously opened views. | ||
|
|
||
| Usage | ||
| ----- | ||
| 1. **Restoring Flighttrack Views** | ||
| - When opening a flighttrack, the last saved views for that flighttrack are restored automatically. | ||
| - Each flighttrack maintains its own view configuration. | ||
|
|
||
| 2. **Restoring an Operation Views** | ||
| - When activating anoperation, the last opened views will be restored automatically. | ||
| - When switching between operations, the application remembers the last opened views for each operation. | ||
| - Any changes made to views in an operation (adding/removing views) are saved automatically when switching operations. | ||
| - Returning to a previous operation reloads the most recent configuration. | ||
|
|
||
| 3. **Sharing Views** | ||
| - Users can share their views with other participants in the same operation. | ||
| - Steps to share: | ||
| 1. Activate an operation and open one or more views. | ||
| 2. Select views in the **Open Views** section. | ||
| 3. Rename views if needed. | ||
| 4. Click **Share** to publish views for other participants. | ||
| - Other users can apply shared views via the **Manage Views** widget, ensuring collaboration without recreating views manually. | ||
|
|
||
| Limitations | ||
| ----------- | ||
| - Unsaved flighttrack views will not be restored. | ||
| - Changes made for flighttrack while `restore_views` is enabled are only saved when switching operations or closing the application. | ||
|
|
||
| Tips | ||
| ---- | ||
| - Ensure each shared view has a **unique name** within an operation to avoid conflicts. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.