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

How to change the order of two tasks #164

Open
JiahaoYao opened this issue Jan 15, 2020 · 2 comments
Open

How to change the order of two tasks #164

JiahaoYao opened this issue Jan 15, 2020 · 2 comments

Comments

@JiahaoYao
Copy link

When I create the task, the structure is a queue. I wonder how to change the order of two tasks.
image
How should I exchange the order of task 6 and task 5?

@klaudiosinani
Copy link
Owner

Hello @JiahaoYao, thank you for taking the time to share your thoughts!

Given that each item is linked to a dedicated id on creation, and that items that are part of a board follow an ascending order when displayed, achieving a strict position swap would only make sense in the context of a specific board and not between items that belong to different boards (since it is not possible to guarantee a strict location swap in that case)

Let me know what you think! 😄

@JiahaoYao
Copy link
Author

Hi @klaussinani , thanks for your reply. I appreciate your explanations!

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

2 participants