-
Notifications
You must be signed in to change notification settings - Fork 40
JPRO-cleanup Move Concept specific controllers out of properties into concept #727
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: main
Are you sure you want to change the base?
Conversation
This is a first step to more clearly represent the **current** hirachical structure. This will hopefully in the future make it simpler to actually create "shared" properties classes. This PR does not move out History / Hierarchy Controllers. Since they currently are not exclusivly used by the ConceptController, but also still part of kview.lidr.mvvm.view.properties.
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.
Nice work!
I approved but I noticed merge conflict. I will merge once things are resolved.
@vollbrecht-work can you resolve the merge conflicts? can you test create concept and summon a concept from the concept navigator to verify that everything is working? I pulled down the branch and got an exception when choosing create concept. |
There's much activity in these files :-). Let me know maybe we redo this PR when others are finished with these files. Up to you. Know what I mean? Other developers have updated many of these files. And this PR is becoming out of date. I think it might be easy to abandon this PR and recreate it. Let me know your thoughts. |
yeah after we are done with the more pressing work i will rebase this once more |
@vollbrecht-work could you rebase and resolve conflicts again. sorry. I think we should merge this come first thing monday if possible. |
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.
Adding to @dholubek point I would test Concept creation and editing an existing Concept before merging, if possible.
I'm wondering if we should redo this PR, because it's out of date. @vollbrecht-work Let me know your thoughts. |
This is a first step to more clearly represent the current hirachical structure.
This will hopefully in the future make it simpler to actually create "shared" properties classes.
This PR does not move out History / Hierarchy Controllers. Since they currently are not exclusivly used by the ConceptController, but also still part of kview.lidr.mvvm.view.properties.