How To Rearrange Cards And Lists Like Trello?
I'm trying to create a rearrangement of cards, lists like Trello. I read about how it does here How does Trello handle rearrangement of cards, lists, checklists etc and here What d
Solution 1:
You could also use Lexorank algorithm. That's how Jira is handling their ordering of cards https://www.youtube.com/watch?v=OjQv9xMoFbg&feature=youtu.be
You can find multiple implementations of Lexorank in GitHub. Here's for example one simple JavaScript implementation of Lexorank https://github.com/acadea/lexorank
Post a Comment for "How To Rearrange Cards And Lists Like Trello?"