Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementar Drag and Drop entre cards #3

Open
helton opened this issue Sep 24, 2017 · 1 comment
Open

Implementar Drag and Drop entre cards #3

helton opened this issue Sep 24, 2017 · 1 comment
Milestone

Comments

@helton
Copy link
Collaborator

helton commented Sep 24, 2017

Permitir mover cards de posição dentro da mesma lista.

Provavelmente é só usarmos o react-dnd, transformando o Card em DropTarget, além de DropSource como está hoje.
Um bom exemplo é olhar a implementação do component Card do repositório do pro-react/kanban-app

Precisaremos alterar a propriedade order do card. Uma alternativa é criar um action type MOVE_CARD ou REORDER_CARD, por exemplo.

@helton helton added this to the v1.0.0 milestone Sep 24, 2017
@helton
Copy link
Collaborator Author

helton commented Sep 24, 2017

Ver issue #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant