tu2-atmanand / Task-Board

An Obsidian plugin to view and manage all your task in a much more efficient Kanban Board format. Easily manage your tasks throught your vault.
https://tu2-atmanand.github.io/task-board-docs/
GNU General Public License v3.0
5 stars 0 forks source link

Implement Completed Date #26

Closed tu2-atmanand closed 1 month ago

tu2-atmanand commented 1 month ago

My earlier code had a field to keep track of which tasks are completed and which are pending but i can simply change that completed field from boolean to string and store the data-time when the task was completed and if the field is empty that means the task is not completed. I have implemented part of this feature and then found out there are few changes i will have to handle because of this one change. Here are the Tasks :

Since ill be updating the Completion feature, same time implement the following features for the Completed Column specifically :

tu2-atmanand commented 1 month ago

All the above functionalities have been properly implemented. Need to test them.