DistrictDataLabs / topicmaps

Fast topic survey with associated word cloud visualization on completion.
https://ddl-topicmaps.herokuapp.com/
MIT License
7 stars 1 forks source link

Merge functionality, canonicalization #5

Closed bbengfort closed 9 years ago

bbengfort commented 9 years ago

add ability to merge duplicate topics into a canonical form. Probably a topic to topic foreign key relationship that is null able. The canonical version will subsume all other votes.

bbengfort commented 9 years ago

Turns out not to be crazy easy:

https://gist.github.com/bbengfort/5fa732cc0a0a6d3c8326