josiah-wolf-oberholtzer / discograph

Social Graphing for the Discogs Database
MIT License
74 stars 11 forks source link

Refactor graph JS in terms of broadcasting and responding to events. #43

Open josiah-wolf-oberholtzer opened 9 years ago

josiah-wolf-oberholtzer commented 9 years ago

Clicking on a node should emit a "discograph:node-selected" event. Something - the window itself? - should listen for and respond to this event.

The intent is to migrate much of the logic out of the event handlers currently attached to various SVG elements.