Skip to content

Conversation

BombartSimon
Copy link
Contributor

This PR implements a complete tagging system for blog posts, allowing users to organize and discover content more effectively. The feature enables users to add, remove, and filter content by tags.

Key changes include:

Added Tag functionality to the Posts service (proto definitions and handlers)
Implemented REST API endpoints for tag management
Created UI components for adding/removing tags and filtering content
Added documentation for tag features in the README
The implementation allows users to:

Tag posts with relevant keywords
Remove tags from posts when needed
Filter the feed to view only posts with a specific tag
Browse all available tags across the platform

- Implemented TagPost, UntagPost, and ListTags RPC methods in the Posts service.
- Updated PostsHandler to handle new tagging methods.
- Modified Post message to include a repeated field for tags.
- Added new request and response messages for tagging operations.
@asim asim merged commit 01061c8 into micro:master May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants