Skip to content

Clicking a tag should filter board by that tag🏷️ #75

Description

@anoopcodehack

File: client/src/components/Board/TaskCard.jsx

Tags show on cards but clicking them does nothing.

Fix:

Add onClick to each tag span
Store activeTag in BoardContext
Filter tasks where task.tags.includes(activeTag)
~10 lines total!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions