NREL / floorspace.js

Other
66 stars 35 forks source link

Move selected spaces #376

Open DavidGoldwasser opened 3 years ago

DavidGoldwasser commented 3 years ago

A number of users have expressed interest in either moving the entire floorplan by some x and y amount, although a better feature might also allow this on s selection of spaces.

bgschiller commented 3 years ago

we used to have a move tool that allowed exactly this. We removed it because it broke some of our constraints around snapping behavior. However, it turns out those constraints aren't all that binding anyway.

I'd be down to bring it back. Would you want it to be a click-and-drag type interaction, or something more like a dialog where the user can type in an x and y offset?

DavidGoldwasser commented 3 years ago

I'm ok with just a dialog for this, unless you feel drag and drop would be easier. The nice thing about dialog is it provides precision and it allows the spaces to be moved a large distance.