connyIsTired / DbImageGen

1 stars 0 forks source link

Table Layout Calculations #2

Open connyIsTired opened 6 months ago

connyIsTired commented 6 months ago

As the nastiest pile of cat poop you ever saw, the api has to have the ability to properly layout individual tables.

Deliverable(s)

connyIsTired commented 6 months ago

added a new class to handle adding calculated positions

connyIsTired commented 5 months ago

As far as image layout goes, The priority should be to first think about columns, then think about rows. But rows is a very ambigious term in this sense. Not a row with a straight line, but instead think of each column having its own set of rows. Or each column is just stacking tables downwards. Think columns first.