JoelRichardson / qb

QB is a query builder for InterMine.
3 stars 2 forks source link

Refactor the damn thing #1

Open JoelRichardson opened 6 years ago

JoelRichardson commented 6 years ago

QB literally started out as a copy of one of Mike Bostock's d3 demos and grew incrementally. It needs refactoring. Fortunately, it's still pretty small, so this isn't an emergency. Yet.

JoelRichardson commented 6 years ago

Right now, all the drawing is done thru d3 and all the interaction is wired up by hand. Anyway, it would be much preferable to use React or Vue or something to handle all the form drawing and reactive bits, and just use d3 for drawing the tree.