ragegage / robinbanks

Stock price visualizer built with Rails and React
https://www.robinbanks.herokuapp.com/
0 stars 0 forks source link

Make StockListItems draggable #73

Open ragegage opened 8 years ago

ragegage commented 8 years ago

StockListItems onDrag should change their position in the list and update the database.

ragegage commented 8 years ago

This is a huge headache. References: -https://github.com/RubaXa/Sortable#react -https://github.com/jasonslyvia/react-anything-sortable -http://webcloud.se/sortable-list-component-react-js/ -https://gaearon.github.io/react-dnd/docs-overview.html

ragegage commented 8 years ago

Might remove from MVP.