This issue is to create a reusable Task Card component. This component will be the core building block for displaying tasks on the board. The card should be able to display the following information:
-
Task Title: A concise summary of the task.
-
Tags: A visual representation of any tags associated with the task.
-
Other details: (To be added later) Placeholder for future fields like a due date, assigned user, or a brief description snippet.
The component should be designed to be interactive, forming the basis for the drag-and-drop functionality and potentially expanding into a detailed view when clicked.
This issue is to create a reusable Task Card component. This component will be the core building block for displaying tasks on the board. The card should be able to display the following information:
Task Title: A concise summary of the task.
Tags: A visual representation of any tags associated with the task.
Other details: (To be added later) Placeholder for future fields like a due date, assigned user, or a brief description snippet.
The component should be designed to be interactive, forming the basis for the drag-and-drop functionality and potentially expanding into a detailed view when clicked.