You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I saw you app, I realized that this is very utile for kanban systems and todo-list app.
The idea is to get access to a trello account, select the list that the user want to order with your app method and when the sorting is done, we call the Trello API to define the new position of the cards.
@dexterneo That's a neat idea - if this ended up happening, I think that the best way to do this would be to split the final results view out from IdeaFight/Compete.elm. This way, you could embed the Compete module into whatever application you like, whether it's a userscript, a custom application, or a simple Elm application that talks over the Trello API like your example.
Hello,
When I saw you app, I realized that this is very utile for kanban systems and todo-list app.
The idea is to get access to a trello account, select the list that the user want to order with your app method and when the sorting is done, we call the Trello API to define the new position of the cards.
API section :
PUT /1/lists/[idList]/pos
API doc url : https://developers.trello.com/advanced-reference/list#put-1-lists-idlist-pos
What do you think about it ?
Dexterneo
The text was updated successfully, but these errors were encountered: