| Summary: | Not possible to use ownership dots at the end of association ends to show property ownership in UML diagrams | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | julings12 |
| Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | julings12, ralf.habacker |
| Priority: | NOR | ||
| Version First Reported In: | 25.11.90 | ||
| Target Milestone: | --- | ||
| Platform: | Flatpak | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Image showing the issue of the missing UML diagram configuration field
Image showing an example of how UML shows the ownership dot |
||
|
Description
julings12
2025-11-30 18:49:34 UTC
Created attachment 187274 [details]
Image showing an example of how UML shows the ownership dot
I'm adding an attachment, the one called "Second attachment (example of how it looks in UML).png" that shows an example of how a diagram looks with the ownership dot. Thank you.
Implementing “dot semantic” (ownership dot) for class diagrams in Umbrello would require: - Extending Umbrello’s model to record the ownership metadata per association end, - Extending the UI to allow the user to set that metadata, - Extending the diagram renderer to draw a properly sized and placed filled circle when needed, - Ensuring persistence (save/export) honors ownership metadata, - Keeping default behavior unchanged for existing or non‑dot users, - Possibly improving documentation to help users understand and use the feature correctly. |