mayank1513 / vscode-extension-trello-kanban-board

Simple trello like kanban board for VS Code. Visually organize your ideas!
https://vscode-extension-trello-kanban-board.vercel.app
MIT License
16 stars 1 forks source link

For each task there should be a task id generated. #37

Open SAHARIPRASAD-2907 opened 6 months ago

SAHARIPRASAD-2907 commented 6 months ago

It will be really great if each task has a task id generated. It will be really helpful while write creating git commits and pull requests.

Upvote & Fund

Fund with Polar

mayank1513 commented 6 months ago

Every task already has a unique ID generated.

mayank1513 commented 6 months ago

Can you please share more details as I am not able to understand your difficulty

SAHARIPRASAD-2907 commented 6 months ago

Yes, I saw the .tkb file that contains Id for each and every task. Instead of having a task if like task-8FtK0Q73PZNBQC5m35hRh it will be really helpful if we can have a task if like 92234. based on the workspace we created. This feature will help us writing commit messages like T92235: Added files for project abc and after merging the pull request we can easily check the documentation based on the task id.