cass-degrees / CASS-Degrees-Code

Primary Codebase for the TechLauncher CASS Degrees project
4 stars 1 forks source link

Draggable rules #461

Closed JackSekoranja closed 5 years ago

JackSekoranja commented 5 years ago

After a lot of playing around I finally have this working. Currently this lets you drag both or groups and general rules. You can also drag rules in to OR rules, drag groups between different or rules, etc.

A lot of this was kind of hackish due to the communication between different elements that don't like talking to each other (Vue, Interact, Javascript DOM, etc.). I tried a number of other solutions for each but couldn't do anything else for some. Still, if you think something could be done better let me know.

Screen Shot 2019-10-07 at 6 23 18 pm Screen Shot 2019-10-06 at 11 38 34 pm

EDIT: Dragged rules now shrink and remove their previous space.

Screen Shot 2019-10-08 at 11 20 26 pm