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
Add holder icon for each task in the top right corner for each taskItem, visible only on hover.
Implement the drag and drop functionality wherein, user will be able to drag the task item from the column, it will be hovering until dropped and this task item can only be dropped based on certain rules as follows :
TaskItem dragged from Today column, can be dropped into Tomorrow column or completed column, so, if the TaskItem is dropped in Tomorrow column, then the due will be updated from todays to tomorrows date, and if dropped in completed, then the status will be updated to checked. Functionality to drop in Future column can be added, but then the user should be asked about the date.
Similary, for tagged column, if a TaskItem is dropped from one TagBased Column to another its Tag will be changed accordingly.
Learn to implement the DnD from the Kanban Plugin codebase. This project has the best/smoothest DnD feature i have ever seen, those developers has implemented it amazingly. Learn it from that project then integrate it into this project.
Implement the drag and drop functionality wherein, user will be able to drag the task item from the column, it will be hovering until dropped and this task item can only be dropped based on certain rules as follows :
The functionalities has been more elaborated here : roovo/obsidian-card-board#11 (comment)
The text was updated successfully, but these errors were encountered: