db-schema-visualizer icon indicating copy to clipboard operation
db-schema-visualizer copied to clipboard

Enhance table position computing with ELK's layout algorithms

Open BOCOVO opened this issue 8 months ago • 0 comments

Overview

The current implementation of table default position computation relies on a basic and static positioning algorithm. This often leads to suboptimal layouts, particularly as the complexity and size of data tables increase. To improve the visual organization and usability of the tables, we propose integrating Eclipse Layout Kernel (ELK) algorithms into our position computing system.

Objectives

  1. Improve Layout Efficiency: Utilize ELK’s sophisticated algorithms to generate more efficient and visually appealing table layouts.
  2. Enhanced Readability: Increase the readability of tables by reducing overlap and improving the spatial distribution of elements.

Ressources

BOCOVO avatar Jun 16 '24 14:06 BOCOVO