orientechnologies / orientdb-studio

Studio web tool
Other
127 stars 50 forks source link

User interface when lot of clusters are defined #482

Closed santo-it closed 7 years ago

santo-it commented 7 years ago

Internal ref: #7663

Hi,

Please let's do this test: let's create many classes with many many clusters (e.g. 50) and see how the UI behaves in this situation.

Please validate the following suggestion: consider to add a space between the cluster numbers and commas, so that the values will spill to a new line if there is not enough space to render all the clusters. Instead of this:

[26,27,28,29,30,31,32,33,34,35,36,37,38,39, 40,329,353,420,501,502,503,504,505,506,507,508,509,602,603,604,607,608,609]

consider having something like this:

[26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 329, 353, 420, 501, 502, 503, 504, 505, 506, 507, 508, 509, 602, 603, 604, 607, 608, 609]

Thanks,

G4br13l3 commented 7 years ago

Updated clusters' rendering in the schema tab. Now the list is truncated and a popover shows the complete list when the mouse hovers the cell. Moreover spaces were added as requested by @santo-it. Closing the issue.

Thanks,

Gabriele