palladius / palladius/vibecoding

Feature: Filter by tags

Open
#12 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
HTML
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

As a user, I want to be able to click on a tag and see all the talks and articles that have that tag.

Acceptance Criteria:

  • When I click on a tag, I am taken to a new page that displays all the talks and articles with that tag.
  • The talks and articles are displayed as cards.
  • Talks and articles have different colors to distinguish them.
  • The URL for the tag page should be /tags/:tag_name.
  • The tag name in the URL should be lowercased.
  • The solution should be implemented in version 0.14.2.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing tag links and the views that render talk and article cards. Trace how tag URLs are currently generated, then implement the /tags/:tag_name page with lowercased URLs, distinct card colors, and matching tagged content. Verify each acceptance criterion in the running app.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
frontend, web-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.