Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Add on account page the ability to filter posts by tag. #3383

Open
rochacbruno opened this issue Oct 3, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@rochacbruno
Copy link

Is your feature request related to a problem ?

When clicking on the linked tag on the front-end of an account page, the visitor is redirected to a "error like" page.

2024-10-03_18-49

Describe the solution you'd like.

Option 1: Add a new endpoint /@account/tag/text that will show the user profile but filtered by the specified tag. (path param looks good, but could also be query tag=text

When clicking on a tag link on the bio text
2024-10-03_18-44

Link to a specific tag filter
2024-10-03_18-48

This behavior can be extended to tags on posts, so tags would work without privacy problems as only the current user public posts would be filtered.

Describe alternatives you've considered.

Option 2: Disable links on tags, on profile bio and also on post list, in the account front end, so the visitor will not try to link on those.

Additional context.

I am learning Go, I wish I can contribute at some point.

@rochacbruno rochacbruno added the enhancement New feature or request label Oct 3, 2024
@tsmethurst
Copy link
Contributor

Agreed, would be a good feature!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants