palladius / palladius/vibecoding
Feature: Filter by tags
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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