-
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
base: prepare_merge_to_develop_from_GSOC2025-AnnapurnaGupta
Are you sure you want to change the base?
RTFD: View Layout and Restore feature #2906
Conversation
Save view settings on application close for top, side, linear, and table for flight tracks Implemented restoring of views logic and added a test to cover the functionality.
…-MSS#2861) * Add function to save and restore view settings for an operation in database --------- Co-authored-by: Matthias Riße <9308656+matrss@users.noreply.github.com>
…pen-MSS#2893) Adds functionality to share custom views between operation members. Includes a 'Manage Views' widget allowing users to browse and apply shared views, as well as options for renaming views before sharing. Addresses the need for collaborative view configurations within an operation.
ReimarBauer
left a comment
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.
see comments
|
We need to rebase the branch with develop |
Save view settings on application close for top, side, linear, and table for flight tracks Implemented restoring of views logic and added a test to cover the functionality.
…-MSS#2861) * Add function to save and restore view settings for an operation in database --------- Co-authored-by: Matthias Riße <9308656+matrss@users.noreply.github.com>
…pen-MSS#2893) Adds functionality to share custom views between operation members. Includes a 'Manage Views' widget allowing users to browse and apply shared views, as well as options for renaming views before sharing. Addresses the need for collaborative view configurations within an operation.
* Reorder SharedView __init__ params * Enable CI for prepare** branches
cc3b7ec to
54760e0
Compare
…into View-Layout-and-Restoring-documentation
|
@ReimarBauer prepare_merge_to_develop_from_GSOC2025-AnnapurnaGupta does not have few old commit. |
on my rebase there was no merge conflict. I do a comparison and add them again. |
okk sure!! |
looking with git log --all. we can run git cherry-pick Do you have identified already some missing? |
look at the top 3 commits, they are not from this pr |
Have you done yourself a merge or a rebase? We don't see in this PR any other change, so I assume the changes are aready included. I compared the commit messages and looked up the git log. They are in, with the right date compared to dervelop.
When something would be missing you would see this also in "Files Changed" But there only the two changed. |
I rebased the branch into develop. |
The commit messages in question have been added on Commits on Oct 2, 2025 Your https://github.com/annapurna-gupta/MSS/tree/prepare_merge_to_develop_from_GSOC2025-AnnapurnaGupta and in yours you also find the changes from Commits on Oct 2, 2025
Please sync it too. |
i think i made a mistake, will fix it. |
|
@ReimarBauer I’ve updated my branch, but GitHub still shows some older commits in the comparison. |
|
The PR has now unrelated changes to the issue. It should have only changes to the documentation. |
a142a3a to
f5d5f6a
Compare
I rebased it on develop |
|
@annapurna-gupta maybe do the following. cherry pick the doc changes from this branch, rename the branch then |



Purpose of PR?:
Fixes #2904