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

Entity Relationship Diagram cannot display the complete diagram in umpleonline #1892

Open
shoevancar opened this issue Oct 22, 2021 · 2 comments
Labels
bug Crashes or wrong results Component-UmpleOnline Related to the UmpleOnline website Diffic-Med A non-trivial problem that may take over a week or may not be obvious how to fix or require analysis Priority-High This problem or enhancement is likely to be highly visible and or impactful of users

Comments

@shoevancar
Copy link
Contributor

In umpleonline, the users can generate an equivalent "Entity Relationship Diagram" (ERD) for the code written in the text editor or the structure drawn in the diagram pane. When an ERD is generated for a large class diagram, the system cannot display the complete ERD in the generated pane.

Steps to produce:
(1) Navigate to "TOOLS" and then select "Class diagram" from the first dropdown and select "Afghan Rain Design" from the second dropdown.
image
(2) Under the "GENERATE" section, select "Entity Relationship Diagram (GraphViz SVG)" from the dropdown. Click on "Generate".
image
(3) Scroll down to the generated ERD diagram area. The system does not load the complete ERD in this section. Moreover, the system does not provide a scroll bar to scroll right and see the complete diagram.
image

Expected:
(1) The system should display the complete ERD with a scroll bar to scroll right.

@TimLethbridge
Copy link
Member

This is a generalized problem; the same occurs with Graphviz class diagrams and Yuml diagrams. When fixing this please test generation of all diagram types (and other generation targets) on a variety of sizes of models, to make sure you don't break anything.

@TimLethbridge TimLethbridge added bug Crashes or wrong results Component-UmpleOnline Related to the UmpleOnline website Diffic-Med A non-trivial problem that may take over a week or may not be obvious how to fix or require analysis Priority-High This problem or enhancement is likely to be highly visible and or impactful of users labels Oct 22, 2021
@TimLethbridge
Copy link
Member

There is a workaround ... to simply download the diagram, which results in it displaying in its entirety.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Crashes or wrong results Component-UmpleOnline Related to the UmpleOnline website Diffic-Med A non-trivial problem that may take over a week or may not be obvious how to fix or require analysis Priority-High This problem or enhancement is likely to be highly visible and or impactful of users
Projects
None yet
Development

No branches or pull requests

2 participants