Joel Graff

Results 20 issues of Joel Graff

After digging through several issues (one of which involved a missing path variable), the fault I'm encountering lies with the launch() function in comm.R. Specifically, ``` launch

Explore creating a geometry tracker to abstract geometry specific tracker features to rebase node / wire / curve trackers on (update(), points, etc).

code quality

Tracker event order needs to be canonized for clarity. Currently task->alignment->node->wire->curve...?

code quality

Curve tracker code leaves much to be desired with too much state being maintained / exceptions, etc. Poss. migrate some functionality into base / node / wire trackers or state...

code quality

Make BaseDraggableTracker vs BaseTracker

code quality

Make DragState() global in the task

code quality

Add spiral curve support for drag operations

code quality

Replace use of dictionaries throughout project with python data container object classes in the project/containers module.

code quality

If XML data doesn't correpond with calculated values, notify user and chooose default course of action. Preserve coordiantes where possible, but with spirals this may be superfluous

bug