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

Place UML model and diagram items closer together #300

Merged
merged 6 commits into from Apr 13, 2020
Merged

Conversation

amolenaar
Copy link
Member

@amolenaar amolenaar commented Apr 12, 2020

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Documentation content changes

What is the current behavior?

The code is all around the UML model

What is the new behavior?

There is a distinction between the generic Gaphor functionality and the UML model. This should provide a first example of how to implement models as part of Gaphor.

Does this PR introduce a breaking change?

  • Yes - module naming
  • No

Notes:

Moved Comment model element to the Core module. This reduces the dependency on UML model from the diagram model to one instance: meta-classes in property pages.

@amolenaar amolenaar changed the title Place UML model and diagram items closer together WIP: Place UML model and diagram items closer together Apr 12, 2020
@danyeaw danyeaw mentioned this pull request Apr 12, 2020
3 tasks
@amolenaar amolenaar changed the title WIP: Place UML model and diagram items closer together Place UML model and diagram items closer together Apr 12, 2020
Hotfix gaphor.core.modeling.elementdispatcher, since it has an explicit
dependency on the UML model. Should be moved out into a ModelProvider
service of some sort.
@amolenaar amolenaar merged commit 801e00b into master Apr 13, 2020
@amolenaar amolenaar deleted the uml-diagrams branch April 13, 2020 09:28
@amolenaar
Copy link
Member Author

Part of #138

@amolenaar amolenaar added the chore Maintenance related PR label May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance related PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant