dlr-gtlab / intelligraph-module

A Node-based Workflow Engine for GTlab
1 stars 0 forks source link

Consider hiding size and position properties of nodes in dev mode as well #205

Closed jensschmeink closed 1 week ago

jensschmeink commented 2 weeks ago

Position and size of nodes have no value for the user and therefore should be hidden.

mariusalexander commented 1 week ago

The size and position properties are hidden if one does not use the dev mode of GTlab. Only the Node-Id is still displayed (see #79). Is this issue reolved then? @jensschmeink

jensschmeink commented 1 week ago

Ok. I used it in dev mode so I was not aware of this. Is it interesting for the developer to see this values? I do not need them and so it could be hidden in dev mode aswell.

mariusalexander commented 1 week ago

I am not using them on a regular basis. The Node-Id should definitely be visible in dev mode as I use it regularly (it would be nice to see the uuid in dev mode too, on a side note), but I agree the size and position properties may be very well hidden in dev mode as well. I'll might add an compile flag one could set at compile time to display them though.

mariusalexander commented 1 week ago

Closes by #220